-
Install and start Ganache as a local Ethereum test node.
-
Install truffle
npm install -g truffle
-
Install Nodejs dependencies
npm install
-
Compile contracts
truffle compile
-
Run migrations
truffle migrate
-
Run a demo script
truffle exec mytoken.js