| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Token-registry is a platform where you can submit the token. Token-registry will provide a list to application includes the token name, symbol, description, image and contract address in Mainnet or Testnet. If you wish your token on the list, you can create a pull request to submit token.
Forking a repository allows you to create your token details and send a pull request for the maintainers to review and merge into Token-registry.
Contract address start with 0x + 40 characters and must be lower case, E.g., 0x0000000000000000000000000000456e65726779.
├── main │ └── 0x0000000000000000000000000000456e65726779 │ ├── token.png │ └── info.json
Import your token image into the directory and named it token.(Image must be png format, transparent backgroundand 256 x 256 pixel size)
Generate a info.json file includes token details.
{
"name": "VeThor",
"symbol": "VTHO",
"decimals":18,
"desc": "Represents the underlying cost of using VeChainThor"
}
After Create a pull request, your pull request will be reviewed by maintainers. Once the review is completed, your token will be merged into the base branch.
| Back | FazBrowse Home | New Git URL |