An open source interface for Sunswap -- a protocol for decentralized exchange of TRON tokens. SunSwap is an exchange protocol on TRON for exchanges between TRC20 tokens. Conversion can happen easily between any 2 TRC20 tokens based on system price. All trading fees collected will directly go to liquidity providers of the protocol, rather than the protocol itself.
-
Website: sunswap.com
-
Developer Documentation: develop@sunswap
-
Terms of Use: terms@sunswap
-
Twitter: twitter@sunswap
-
Telegram: contact@sunswap
-
Help Center: help@sunswap
To access the sunswap Interface, visit sunswap.com.
First you need to record the information of the new token on Tronscan. After Tronscan reviews your application, you can create trading pairs and add pools on SunSwap for trading.
For local deployment, follow the steps below:
npm install
npm run start
npm install
add trongrid key in config.js file
npm run startPro
The sunswap V2 interface of the mainnet can be switched by selecting the v2 version on the homepage.