In this repository, we aim to create a comprehensive directory for individuals and organizations in the Substrate ecosystem to share their delegator information in Nova Wallet's agile delegation interface.
Here are a few examples of how your information could be displayed in the directory:
Note: These are just examples, and your actual format may vary.
To share your information, please create a JSON file with the following format:
{
"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.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 reposhortDescription
: 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.
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 are available in our wiki.
A list of networks with information about individuals and organizations in the Substrate ecosystem can be found here. Networks are divided into separate files, make sure you choose the right one.