react-auth-box icon indicating copy to clipboard operation
react-auth-box copied to clipboard

Truffle, Webpack, React, Redux boilerplate with routing and authentication via a smart contract.

Results 23 react-auth-box issues
Sort by recently updated
recently updated
newest added
trafficstars

I try to run it inside [docker image](https://github.com/dominicwilliams/instant-dapp-ide). But I receive error ![0nljpos2s_m7mvuhddqfta](https://user-images.githubusercontent.com/4569866/26978234-7931e5a6-4d33-11e7-9fe3-31464d9668e9.png)

docker

returning function with dispatch while you are not dispatching the actual function is redundant. I don't think it makes sense to have undefined dispatch as a parameter since you are...

If I try to get Web3 object not using Redux store, it works perfectly fine and I don't get any errors: if I use it with `'https://ropsten.infura.io/metamask'` I cannot initialize...