-
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 Mar 7, 2021
·
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.
$ git clone [email protected]:cardano-foundation/cardano-token-registry.git
$ cd cardano-token-registry
$ git remote add submission [email protected]:<your-github-username>/cardano-token-registry
$ cp /path-to-my-file/baa83...d65.json mappings/
$ git add registry/baa83...d65.json
$ git commit -m "Your Token Name"
$ git push submission HEAD
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.