Port of Uniswap v2 periphery for Tron. In-depth documentation on Uniswap V2 (Ethereum version) is available at uniswap.org.
The built contract artifacts can be browsed via unpkg.com.
Chain | Contract | Address |
---|---|---|
Mainnet | Router | TE2eWyy3Rix9HdkaVxgjbfBJEVhtaPGpSu |
Mainnet | Migrator | TAeyAfd5TV7a6LDWFzCCVv3iVK5ASPtSCY |
Nile | Router | TMs1rzzLCxEQDXVFKg6fU5vCJF5XgLjHfm |
Compiled with solc 0.6.6+commit.6c089d02.Emscripten.clang
.
The following assumes the use of node@>=10
.
nvm use 12
npm install
npm run compile
npm test
npm run deploy:nile