Swap v2 is a Tron port of Uniswap v2. In-depth documentation on Uniswap V2 is available at uniswap.org.
The built contract artifacts can be browsed via unpkg.com.
Chain | Address |
---|---|
Mainnet | TALZyLNFk1ftUkJSy9bYZVLgBSuWzKMcR2 |
Nile | TFyQKFhnFxt45zA2rdmCswmXa1YNiDs46n |
Compiled with solc 0.5.16+commit.9c3226ce.Emscripten.clang
.
The following assumes the use of node v12
.
nvm use 12
npm install
npm run compile
npm test
Note: use Node <12 to use Truffle...
npm run deploy
or npm run deploy:nile
.