Skip to content

Latest commit

ย 

History

History
ย 
ย 

community-token

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Community Token ๐Ÿ’Ž

built-with openzeppelin

Etherscan

https://etherscan.io/token/0xe29797910d413281d2821d5d9a989262c8121cc2

Uniswap ๐Ÿฆ„

SushiSwap ๐Ÿฃ

Setup Development Environment ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป

Install Node:

brew install node

Install Truffle:

npm install truffle -g

Download Dependencies โฌ‡๏ธ

npm install

Compile Smart Contract

truffle compile

Test Smart Contract

truffle test

Deploy to Development Network ๐Ÿš€

Install and launch Ganache. Then run the following:

truffle migrate --network ganache

Deploy to Test Network ๐Ÿš€

Configure INFURA_API_KEY in .env, and then run the following:

truffle migrate --network rinkeby

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

Verify Source Code on Etherscan โœ…

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