As a validator, it's not enough to maintain rock-solid, reliable infrastructure -- you also need to market yourself effectively and court delegations from prospecting delegators. Validator Profiles, hosted here on this Github repository give you a platform to give potential delegators and clients a brief introduction on your team, philsophy, architecture and infrastructure, and present your ecosystem contributions. If you need vouching from us, we'll apply a badge for any claims that we can validate.
-
Fork this repository to your own GitHub account.
-
Clone the repo from your own account. Make sure you clone the repository from your account (your fork), NOT the original repo.
git clone [email protected]:xxxxxx/validator-profiles.git
cd validator-profiles/
- Create a new branch and switch to a new branch by your validator name. For example:
git checkout -b Wraith-profile
-
Copy the template README.md and JSON Profile into your folder inside
validators/<your-valoper-address>
. -
Change the contents and add your information as necessary. You can modify anything within your own designated validator folder, including adding image files, new folders, etc.
-
Commit and push the information to your repo.
git add -A
git commit -m "Edit Wraith profile"
git push origin Wraith-profile
-
Under your repo page, click the “New pull request” button. Make a Pull Request with our repository with a summary of changes.
-
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, which will update your Validator Profile.