- Compile Smart contracts
truffle complie
-
Start local ganache network
-
Migrate the contracts to Blockchain
truffle migrate
- Test smart contracts
truffle test
- Start the local web server
npm run dev
truffle complie
Start local ganache network
Migrate the contracts to Blockchain
truffle migrate
truffle test
npm run dev