Token Listing
List your tokens in BloctoSwap
Add your token to BloctoSwap
{ // name of the token that is used in the contract "name": "TestToken", // an user friendly version of token name. "displayName": "Test Token", // symbol to be displayed "symbol": "TEST", // the address that your token contract deployed to "address": "0x1234567890abcde", "decimals": 8, // vault storage path "vaultPath": "/storage/testTokenVault", // receiver storage path "receiverPath": "/public/testTokenReceiver", // balance storage path "balancePath": "/public/testTokenBalance", // we use it internally, please always set it to true "shouldCheckVaultExist": true },
Add new swap pair to BloctoSwap
Last updated
Was this helpful?