Skip to content

Latest commit

Β 

History

History

liquidity-rewards

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Liquidity Provider Rewards πŸ’Έ

Install Truffle

npm install [email protected] -g

Install Dependencies

npm install

Build

truffle compile

Test

truffle test

Deploy to Development Network

truffle migrate

Code Coverage

codecov

truffle run coverage
open coverage/index.html

Testnet (Rinkeby)

$ELIMU Token πŸ’Ž

Uniswap Pool πŸ¦„

Rewards Contract πŸ’Έ

truffle migrate --network rinkeby

https://rinkeby.etherscan.io/address/0xdD4b811DD62A1DE482f0D3863DAe55A672a461b2

truffle run verify UniswapPoolRewards --network rinkeby

https://rinkeby.etherscan.io/address/0xdD4b811DD62A1DE482f0D3863DAe55A672a461b2#code

Testnet (Kovan)

$ELIMU Token πŸ’Ž

Uniswap Pool πŸ¦„

SushiSwap Pool 🍣

Balancer Pool βš–οΈ

Mainnet

$ELIMU Token πŸ’Ž

Uniswap Pool πŸ¦„

SushiSwap Pool 🍣

Balancer Pool βš–οΈ

Rewards Contract πŸ’Έ

Uniswap πŸ¦„

truffle migrate --network mainnet

https://etherscan.io/address/0x6ba828e01713cef8ab59b64198d963d0e42e0aea

truffle run verify UniswapPoolRewards --network mainnet

https://etherscan.io/address/0x6ba828e01713cef8ab59b64198d963d0e42e0aea#code

SushiSwap 🍣

trufflesuite/truffle-migrate#23 (comment)

truffle migrate -f 2 --to 2 --network mainnet

https://etherscan.io/address/0x92bc866ff845a5050b3c642dec94e5572305872f

truffle run verify SushiSwapPoolRewards --network mainnet

https://etherscan.io/address/0x92bc866ff845a5050b3c642dec94e5572305872f#code

Balancer βš–οΈ

trufflesuite/truffle-migrate#23 (comment)

truffle migrate -f 3 --to 3 --network mainnet

https://etherscan.io/address/0x8a1d0924bb0d9b4aab6508263828ca26ca0dc235

truffle run verify BalancerPoolRewards@0x8A1d0924Bb0d9b4Aab6508263828cA26ca0dC235 --network mainnet

https://etherscan.io/address/0x8a1d0924bb0d9b4aab6508263828ca26ca0dc235#code

UI

See https://github.com/elimu-ai/web3-liquidity-rewards-ui