- Navigate to root dir in terminal
- Run:
truffle develop
- In the development console run:
compile
- Next run:
migrate
or (migrate --reset
)
- Migrate the contracts to the truffle development blockchain
truffle test
or justtest
if you're in the development console.