Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 482 Bytes

Description

Simple ERC20 Standard based token with crowdsale contract for ICO

Token Details

Token name - URLcoin
Symbol - URL
Decimals - 18
Token amount to issue - 84 000 000

Contract Deploy to TestRPC

  1. Install testrpc on your local

npm install -g ethereumjs-testrpc

  1. Install truffle

npm install -g truffle

  1. Launch TESTRPC

$ testrpc -p 8546

  1. Deploy to testrpc

Go to project root directory

$ truffle migrate

You have Done!