-
Thing you will need:
- Node.js
- Truffle
- Ganache-cli
-
Install:
git clone https://github.com/scammi/Open-ICV.git
npm install
- Start local block-chain
ganache-cli
- Deploy contract
on new terminal
truffle migrate
- Start react client
cd client
npm start