Coder Social home page Coder Social logo

validator-registry's Introduction

Cosmos Validator Registry

This repository has been ripped from REStake and roughly re-organised into a cohesive structure.

Rather than making a REStake specific repository, this can be used to hold any validator attributes that can't be stored on-chain.

The intention is for this to move to the Cosmos organisation once it's proven itself. It's dream is to be the validator version of the Chain Registry

This is very much a work in progress, and any and all comments are welcome. Please submit an Issue if you have any ideas or suggestions.

Structure

Each validator operation has their own directory. Within that directory are currently two files:

profile.json

Overall name for your operation and keybase.io PGP fingerprint identity. This isn't used in REStake currently but it helps annotate your entry.

{
  "$schema": "../profile.schema.json",
  "name": "ECO Stake ๐ŸŒฑ",
  "identity": "5992A6D423A406D6"
}

chains.json

Chain information and REStake attributes for your validators.

{
  "$schema": "../chains.schema.json",
  "name": "ECO Stake ๐ŸŒฑ",
  "chains": [
    {
      "name": "akash",
      "address": "akashvaloper1xgnd8aach3vawsl38snpydkng2nv8a4kqgs8hf",
      "restake": {
        "address": "akash1yxsmtnxdt6gxnaqrg0j0nudg7et2gqczud2r2v",
        "run_time": [
          "09:00",
          "21:00"
        ],
        "minimum_reward": 1000
      }
    },
    {
      "name": "cerberus",
      "address": "cerberusvaloper1tat2cy3f9djtq9z7ly262sqngcarvaktr0w78f",
      "restake": {
        "address": "cerberus1yxsmtnxdt6gxnaqrg0j0nudg7et2gqczd38dxa",
        "run_time": "every 15 minutes",
        "minimum_reward": 100000000
      }
    },
    ...
}

JSON API

The Validator Registry is available via a JSON API at validators.cosmos.directory. The structure of this API might change in the near future until we reach a major version number.

Example endpoints:

Contributing

Make any changes you want to your operation. Submit a PR and it will be merged as soon as possible - REStake automatically updates from this repository so this will speed up the process a lot.

If you want to contribute to improving the registry as a whole, check the issues or get in touch on Discord/Twitter/email/wherever.

validator-registry's People

Contributors

tombeynon avatar gh0stdotexe avatar polkachuintern avatar galadrin avatar oldcatv avatar vnodesv avatar windpowerstake avatar 3eph1r0th avatar nodestake avatar nethernodexyz avatar golden-ratio-staking avatar onivalidator avatar zdeadex avatar autostake-com avatar kalianetwork avatar femkecl avatar serjan66 avatar dylanschultzie avatar joeabbey avatar zakarialounes avatar joshlopes avatar clarxxon avatar koltigin avatar ajax1node avatar activenodes avatar ulikestyle avatar clemensgg avatar blacklodge-admin avatar fxpy avatar husonghua avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.