Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novasamatech/opengov-delegate-registry
https://github.com/novasamatech/opengov-delegate-registry
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novasamatech/opengov-delegate-registry
- Owner: novasamatech
- License: apache-2.0
- Created: 2022-12-29T06:13:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T07:07:21.000Z (4 months ago)
- Last Synced: 2024-09-17T09:43:30.505Z (4 months ago)
- Size: 9.97 MB
- Stars: 1
- Watchers: 6
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dot - Delegation Registry - OpenGov Delegate registry by Novasama Technologies — an open-source repository for Delegates to fill out their information to attract more delegations through the Agile Delegation feature (Resources / Governance)
README
# Welcome to the Delegate Registry!
In this repository, we aim to create a comprehensive directory for individuals and organizations in the [Substrate](https://substrate.io) ecosystem to share their delegator information in [Nova Wallet](https://novawallet.io/)'s agile delegation interface.
## How it looks like
Here are a few examples of how your information could be displayed in the directory:
Nova Wallet app screens
Note: These are just examples, and your actual format may vary.
## Sharing your information
To share your information, please create a JSON file with the following format:
```javascript
{
"address": string, //substrate address in ss58 format
"name": string, // Your title / display name which will appear in the list
"image": string, // link to your relevant image (such as your profile picture),
"shortDescription": string, // a brief description, no more than 256 characters long,
"longDescription": string, // a long description that can be more than 256 characters in length, supports markdown syntax,
"isOrganization": bool
}
```- `address`: Your Substrate address in [ss58 format](https://substrate.dev/docs/en/learn/address-format).
- `name`: Your name or the name of your organization (display name).
- `image`: A link to an image that represents you or your organization. It should be in `.png` format and should be stored in [this repo](./images)
- `shortDescription`: A short description of yourself or your organization (no more than 256 characters).
- `longDescription`: A more detailed description of yourself or your organization, which can include markdown syntax for formatting.
- `isOrganization`: A boolean value indicating whether you are an individual or an organization.## Pull requests
Please submit your information as a pull request to this repository. We will review your submission and add it to the directory once approved.
[Tutorial](https://docs.novawallet.io/nova-wallet-wiki/governance/add-delegate-information) are available in our wiki.## Directory
A list of networks with information about individuals and organizations in the Substrate ecosystem can be found [here](./registry). Networks are divided into separate files, make sure you choose the right one.
## License
Delegate Registry is available under the Apache 2.0 license. See the LICENSE file for more info.
© Novasama Technologies GmbH 2023