1.1.4 • Published 3 years ago

@oikos/swap-v2-periphery v1.1.4

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Swap V2

Actions Status npm

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.

Contract Addresses

ChainContractAddress
MainnetRouterTE2eWyy3Rix9HdkaVxgjbfBJEVhtaPGpSu
MainnetMigratorTAeyAfd5TV7a6LDWFzCCVv3iVK5ASPtSCY
NileRouterTMs1rzzLCxEQDXVFKg6fU5vCJF5XgLjHfm

Compiled with solc 0.6.6+commit.6c089d02.Emscripten.clang.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

nvm use 12
npm install

Compile Contracts

npm run compile

Run Tests

npm test

Deploy

npm run deploy:nile