GithubHelp home page GithubHelp logo

validator-directory's Introduction

Validator-directory

Dictionary

Moniker

What is a Validator Profile?

Binance Smart Chain validators power the blockchain network by processing transactions and signing blocks. Validator candidates need to get supports from delegator community to increase their total voting power. This repository is a place for validator candidates to give potential delegators a brief introduction about your team and infrastructure, and present your ecosystem contributions.

How to change your Validator Profile

  1. Fork this repository to your own GitHub account.

  2. Clone the repo from your own account.

git clone [email protected]:xxxxxx/validator-directory.git
cd validator-directory/
  1. Create folder with name of your validator address, like "bva1pnww8kx30sz4xfcqvn8wjhrn796nf4dq77hcpa"

  2. Copy the template README.md and JSON Profile into your folder inside validators/<your-validator-address>. Upload your logo with file named logo.png to previously created folder with smartcontract address, and if you done all correctly your path should look like this. validators/bva1pnww8kx30sz4xfcqvn8wjhrn796nf4dq77hcpa/logo.png Logo must have dimensions: min: 64x64 and max: 512x512

  3. Change the contents and add your information as necessary.

  4. Commit and push the information to your repo.

git add -A
git commit -m "Edit validator profile"
git push origin main
  1. Under your repo page, click the “New pull request” button. Make a Pull Request with our repository with a summary of changes.

  2. We will review your PR as soon as possible.

profile.json

Registered validators (validators who have submitted a profile) can opt-in to receive support by putting their contact information in profile.json.

{
    "contact": { // contact info for delegators / outreach
        "email": "[email protected]",
        "twitter":"exampleaccount",
        "telegram": "@validator123",
        "website": "https://www.example.com"
    },
    "notifications": { // notification settings
        "email": "[email protected]" // email to receive notifications
    }
}

validator-directory's People

Contributors

chainwhisper avatar hashkeycloud avatar muhanzou 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.