Aug 31, 2018 · 1 min read
Please note the following changes will have to be included for the code to work:
- Need to install reactstrap, so run following command
npm install — save reactstrap react react-dom
2. index.js — Correction
Line 6: import ‘react-bootstrap/dist/css/react-bootstrap.min.css’;
3. App.js — Correction
Line 58: storehash.methods.setHash(this.state.ipfsHash).send({
