how to deploy smart contract to ethereum local network.
npm install -g truffle
npm install -g serve
npm install
truffle compile
truffle migrate
serve or npm run serve
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.