1.1 Install Nodejs and npm
1.2 Truffle package
$ npm install -g truffle
$ npm install -g ganache-cli
Build blockchain network
$ ganache-cli
Keep the session running
Deploy the smart contract
$ truffle migrate --reset
Start dev server
$ npm run dev
Config network
Import account using the private key provided when the blockchain network is built