Skip to content

REI-Network/rei-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REI Validator Profile Guideline

This repository (repo) provides the details about self-submitting Validator information to REI network via GitHub.

What is REI validator Profile?

REI validator Profile is the detailed information of the REI validator.

Submission Guideline

  1. Fork the repo to your own github account

  2. Clone the repo from your own account, please note: do no clone the origin one directly, but clone the repo you forked

git clone https://github.com/xxxxxxxx/rei-validator.git
cd rei-validator/
  1. Create a new branch (file) and switch to a new branch named by your validator name For example:
git branch xxx-validator
git checkout xxx-validator
  1. Add a new json file to the src/validator directory, named by your validator address. For example: 0x4779Af7e65c055979C8100f2183635E5d28c78f5.json

  2. Please ensure to use UTF-8 encoding in the json file. Please check the template file to fill in the complete validator information: $template.json

  3. Commit and push the information to your repo For example:

git add -A
git commit -m “Add xxx validator
git push origin xxx-validator
  1. Under your repo page, click the “New pull request” button. Then, attach the detailed project information.

  2. We will review your PR as soon as possible. If there is no problem with your PR, we will merge it into our master branch. And then your validator profile will display in the REI DAO Validator list

About

OffChain informations of REI network validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published