https://github.com/bobanetwork/gateway-data
⚙ Configs / Static Data for driving gateway!
https://github.com/bobanetwork/gateway-data
Last synced: 3 months ago
JSON representation
⚙ Configs / Static Data for driving gateway!
- Host: GitHub
- URL: https://github.com/bobanetwork/gateway-data
- Owner: bobanetwork
- Created: 2024-02-02T03:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:05:06.000Z (7 months ago)
- Last Synced: 2025-01-23T02:41:57.399Z (5 months ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gateway Data
⚙ Static files and config for the Driving Boba Network gateway!
## Local Development
You can run the light server locally to validate that the changes have been added correctly with content URL, type, and icon.
```shell
# Default will start at localhost:8000
python3 -m http.server
```Once your changes are merged, they can be visible for review purposes.
## Demos
[Ecosystem Project Review Demo](https://bobanetwork.github.io/gateway-data/ecosystem/index.html)
[Trade Project Review Demo](https://bobanetwork.github.io/gateway-data/ecosystem/dex.html)# Project Update Process
To add or remove projects from the JSON data, please follow these steps:## Create an Issue:
### Use the appropriate issue template to request the addition or removal of a project:
- [Add Project Template](.github/ISSUE_TEMPLATE/add-ecosystem-project.md)
- [Remove Project Template](.github/ISSUE_TEMPLATE/remove-ecosystem-project.md)
### Review Process:
- Assigned team members will review your request and provide feedback.
- Once approved, the changes will be made to the JSON data.
### Create a Pull Request:
- After your issue is approved, create a pull request using the Project Update Pull Request Template.
- Ensure to provide all necessary details, including project information and reason for removal (if applicable).