Skip to content

tangent-finace/TangentIcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TangentIcons

We welcome PRs from the community! We want to make contributing to this project as easy and transparent as possible.

In order to add your new token to the Tangent DEX (exchange.tangent.bar), you need to follow these steps:

  1. Fork the repo and then clone the forked repository.
  2. Create your branch from main.
  3. Make your changes:
    1. Create a folder with your token id in the name. (Example 0.0.000000)
    2. Add info.json and logo file to the created folder.

Supported logo file formats - logo.svg or logo.png (high resolution).

info.json example

{
  "name": "USD Coin",
  "ticker": "USDC",
  "memo": "By using USDC on Hedera, applications can expect high transaction scalability, 3-second settlement times, and low, predictable transaction fees." 
} 
  1. Test your changes with the node test.js {tokenid} script
  2. Push your changes!
  3. Once the PR is accepted and CI is passing, we will merge the PR for you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published