Cryptocurrency based on Ethereum for healthcare rewards
To run tests you need to install the following software:
- Truffle v3.2.4
- [Open-Zeppelin]
To run test open the terminal and run the following commands:
$ cd smart-contract
$ truffle migrate
$ truffle test ./test/MainFlow.js
## Deployment
To deploy smart contracts to live network do the following steps:
1. Go to the smart contract folder and run truffle console:
```sh
$ cd smart-contract
$ truffle console
- Inside truffle console invoke "migrate" command to deploy contracts:
truffle> migrate