Learn contract development

Usage

Compile, Deploy, Test, Interacting programmatically

npx truffle compile
npx truffle migrate --network development
npx truffle test // or npm test
npx truffle exec --network development ./scripts/index.js

Interacting Console

npx truffle console --network development