Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 496 Bytes

HiloCrowdsale

Build Status

Crowdsale contract based on Zeppelin Contracts

Development

  1. npm install
  2. npm test

Alternately, use truffle's develop command to more rapidly issue truffle commands

  1. npx truffle develop
  2. migrate --reset or test or debug <transaction-id>

TODOS

  1. Re-write Pre-Sale Contract
  2. Inflation Contract not implemented. To be discussed.