Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 318 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 318 Bytes

To Migrate:

  1. Navigate to root dir in terminal
  2. Run: truffle develop
  3. In the development console run: compile
  4. Next run: migrate or (migrate --reset)

To Test:

  1. Migrate the contracts to the truffle development blockchain
  2. truffle test or just test if you're in the development console.