https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2
- Swap: https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0xe29797910d413281d2821d5d9a989262c8121cc2
- Pool: https://app.uniswap.org/#/add/v2/ETH/0xe29797910d413281d2821d5d9a989262c8121cc2
- Swap: https://app.sushi.com/en/swap?inputCurrency=ETH&outputCurrency=0xe29797910d413281d2821d5d9a989262c8121cc2
- Pool: https://app.sushi.com/add/ETH/0xe29797910d413281d2821d5d9a989262c8121cc2
Install Node:
brew install node
Install Truffle:
npm install truffle -g
npm install
truffle compile
truffle test
Install and launch Ganache. Then run the following:
truffle migrate --network ganache
Configure INFURA_API_KEY
in .env
, and then run the following:
truffle migrate --network rinkeby
https://rinkeby.etherscan.io/address/0xe29797910d413281d2821d5d9a989262c8121cc2
See https://github.com/rkalis/truffle-plugin-verify
Configure ETHERSCAN_API_KEY
in .env
, and then run the following:
truffle run verify ElimuToken --network rinkeby