This repository is meant to serve as a central location for Cardano stake pool operators to add and update their social media information. The data is stored in a JSON file named fullcontact.json
.
If you are a Cardano stake pool operator and would like to add or update your pool's information, please follow the steps below:
In the top right corner of this page, you will see a button that says "Fork". Click on this button to create a copy of this repository in your own GitHub account.
Once you have a fork of the repository, navigate to the fullcontact.json
file. Within this file, find the entry for your pool.
An entry looks like this:
{
"name": "Your Pool Name",
"ticker": "YOURTICKER",
"homepage": "https://yourpoolhomepage.com",
"twitter": "",
"discord": "",
"telegram": ""
}
Click on the pencil icon in the top right of the file view to start editing the file.
Fill in or update the fields for your pool. Please ensure that the information you enter is within the double quotes "".
For example, if your pool's Twitter handle is @yourpool
, your entry should look like this:
{
"name": "Enigma",
"ticker": "one",
"homepage": "https://red-sky.one/",
"twitter": "https://twitter.com/EnigmA_SPO",
"discord": "https://discord.gg/trhq94BMcE",
"telegram": "https://t.me/EnigmApool"
}
Do the same for any other social platforms your pool uses.
Scroll down to the bottom of the page and click the "Commit changes" button to save your changes.
Once you've committed your changes, navigate back to the main page of your forked repository. Click on the "Pull request" button.
On the next page, click the "Create pull request" button. You can leave a comment With your pool Name, then click "Create pull request" again.
Once you've submitted your pull request, we will review your changes. After we've verified the information, we'll merge your changes into the main repository.
- Please only change information related to your own pool.
- Do not remove any pools or modify other pools' information.
- Ensure the URLs you provide are accurate and functional.
- Make sure to maintain the JSON format. Incorrect formatting may result in your pull request being rejected.
- Make sure to include your pool name in comment.
Thank you for helping keep this resource accurate and up-to-date!