Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 304 Bytes

File metadata and controls

8 lines (6 loc) · 304 Bytes

treasury

Treasury is a solidity contract for Cross Chain Crowdsale where buyers can exchange tokens for coins

How to run tests

  • Run npm install to install project dependencies
  • Run make testrpc to start testrpc node with predefined accounts and balances
  • Run tests with make test command