✨ Building on KuSwap
#
KuSwap Mainnet:Mainnet Deployed @ https://kuswap.finance
Router Address: 0xA58350d6dEE8441aa42754346860E3545cc83cdA
Factory Address: 0xAE46cBBCDFBa3bE0F02F463Ec5486eBB4e2e65Ae
WKCS Address: 0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521
#
KuSwap Testnet:Testnet Deployed @ https://60b5ff050fa20000078c3b43--kuswap.netlify.app/#/swap
Router Address: 0xc5f442007e08e3b13C9f95fA22F2a2B9369d7C8C
Factory Address: 0x37063bcCf4f2e64A6889D5D2afbf50A945b7A6C1
WKCS Address: 0x5512Ae5E7eE55869dA7dc2a5D2F74a5Df65683B8
#
How to get your token LOGO on KuSwap:#
1. Image for the Token Logo
- File Extension:
png
. UppercasePNG
is considered invalid- File Name:
logo.png
- Size:
256px by 256px
- Background: Preferably transparent
#
2. Token Information File
- File Extension:
json
. UppercaseJSON
is considered invalid- File Name:
myToken.json
The sample below shows what information has to be included on the myToken.json
file.
Please make sure that the details are accurate and follows the formatting.
The contract address should follow the checksum address format (see next
requirement).
{ "name": "KCS Token", "website": "https://kucoin.com", "description": "KCS is a native token of KuCoin", "explorer": "https://explorer.kcc.io/token/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521", "type": "KRC20", "symbol": "KCS", "decimals": 18, "status": "active", "address": "0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521"}
#
How to get your LOGO ApprovedFork and Submit @ https://github.com/KuSwap/kusTokenList
The Pull request will be screened before it gets added to the repository. In order to get approved, your submission must meet the following requirements.
- Project has a website.
- Has a social media presence.
- Verified Contract on KCC Explorer.
- Detailed Token Information.