How to install?
$ yarn install
$ yarn run truffle test # Run test casesHow to deploy?
Deploy on Ropsten network:
$ yarn run truffle deploy --network ropstenDevelopment environment
$ yarn run test # To start Test RPC Ethereum client
$ yarn run truffle compile
$ yarn run truffle deploy