Skip to content

novasamatech/opengov-delegate-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:


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:

{
    "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 repo
  • 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 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published