Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Staky-io/icon-daos
https://github.com/Staky-io/icon-daos
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Staky-io/icon-daos
- Owner: Staky-io
- License: mit
- Created: 2022-09-26T15:31:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T17:30:20.000Z (over 1 year ago)
- Last Synced: 2024-08-01T18:24:10.734Z (3 months ago)
- Language: Vue
- Size: 4.73 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icon - icon-daos - Tracking tool for DAOs in the ICON ecosystem (Decentralized autonomous organization (DAO))
README
# ICON DAOs references
In order to add a reference to your DAO, you need to create a **pull request** with a `.json` file in the `assets/data/` folder. You need to specify these data:
```json
{
"name": "My governance name",
"link": "https://my.governance/",
"logo": "https://my.logo/",
"socials": {
"discord": "https://discord.gg/_id",
"github": "https://github.com/_id",
"twitter": "https://twitter.com/_id",
"telegram": "https://t.me/_id",
"website": "https://my.website/"
}
}
```* The `name`, `link` and `logo` keys are **required**.
* `Discord`, `GitHub`, `Twitter` and `Telegram` are the only supported social media.
* You can also specify only the IDs:
```json
{
"socials": {
"discord": "_id",
"github": "_id",
"twitter": "_id",
"telegram": "_idd"
}
}
```* Leave a blank if you don't want to specify one social media.
* Create an **issue** to request more supported social media.