Home

Awesome

Welcome to the Delegate Registry!

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.

How it looks like

Here are a few examples of how your information could be displayed in the directory:

</br> <details> <summary>Nova Wallet app screens</summary> <img src="./images/add_delegation.PNG" width="300"> <img src="./images/delegate_info.PNG" width="300"> <img src="./images/long_desription.PNG" width="300"> </details> </br>

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:

{
    "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
}

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 are available in our wiki.

Directory

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.

License

Delegate Registry is available under the Apache 2.0 license. See the LICENSE file for more info. © Novasama Technologies GmbH 2023