-
Notifications
You must be signed in to change notification settings - Fork 1.7k
How to submit an entry to the registry
Cardano Foundation Team edited this page Jan 4, 2022
·
9 revisions
To submit a metadata entry for a native asset on Cardano, you must first follow the steps in How to prepare an entry for the registry and have a finalised metadata file ready for submission.
Fork your own copy of cardano-foundation/cardano-token-registry to your account.
Then clone a local copy:
$ git clone [email protected]:<your-github-username>/cardano-token-registry
$ cd cardano-token-registry
$ cp /path-to-my-file/baa83...d65.json mappings/
$ git add mappings/baa83...d65.json
$ git commit -m "Your Token Name"
$ git push origin HEAD
Create a pull request from your fork.
If the pull request validations pass, your submission will be reviewed and merged to the main branch subject to the Registry Terms of Use. It may take a few hours following a merge to the main branch before your entry is added to the database and available via the api query.