truffle-box / react-auth-box

Truffle, Webpack, React, Redux boilerplate with routing and authentication via a smart contract.
https://truffle-box.github.io/
MIT License
176 stars 66 forks source link

How to receive web3 in Dashboard component? #26

Open vertangelx opened 6 years ago

vertangelx commented 6 years ago

How can the web3 object stored in the redux store store be retrieved from inside the Dashboard Component?

Pass web3 to Dashboard as a props from inside index.js?