Simple ERC20 Standard based token with crowdsale contract for ICO
Token name - URLcoin
Symbol - URL
Decimals - 18
Token amount to issue - 84 000 000
- Install testrpc on your local
npm install -g ethereumjs-testrpc
- Install truffle
npm install -g truffle
- Launch TESTRPC
$ testrpc -p 8546
- Deploy to testrpc
Go to project root directory
$ truffle migrate
You have Done!