Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 558 Bytes

Build your own ERC20 token and a Dapp for ICO

Deploy locally

truffle migrate --reset

Deploy to rinkeby testnet

truffle migrate --network=rinkeby --reset

Test an app

npm install
npm run dev

Check out the demo here

(Before testing, make sure you have your metamask connected to rinkeby testnet)

Check out the token details in etherscan