how to deploy smart contract to ethereum local network.
npm install -g truffle
npm install -g serve
npm installtruffle compile
truffle migrate
serve or npm run servePull 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.