Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 536 Bytes

MCWToken and MCWCrowdsale

Mocrow Coin and ICO crowdsale smart contracts

Development

  1. Install npm dependencies

     npm install
    
  2. Run tests to check if everything is working fine

     npm run test
    
  3. Get the flattened file of MCW Token contract code (contracts/FlattenedMCW.sol) for deployment or verification purposes

     npm run flattenMCW
    
  4. Get the flattened file of MCW Crowdsale contract code (contracts/FlattenedCrowdsale.sol) for deployment or verification purposes

     npm run flattenCrowdsale