truffle-box / drizzle-box

This box comes with everything you need to start using smart contracts from a react app with Drizzle. It includes drizzle, drizzle-react and drizzle-react-components to give you a complete overview of Drizzle's capabilities.
MIT License
312 stars 71 forks source link

Incompatible with Metamask? #14

Closed rvenugopal closed 6 years ago

rvenugopal commented 6 years ago

I was able to get drizzle-box working after I follow the instructions on #11 . However, I notice that if I have the Metamask extension installed on my browser, then the app does not load for me (just get the loading container). If I uninstall Metamask, it works.

Tested on Chrome & firefox

Thanks Rv

adrianmcli commented 6 years ago

You need to select the localhost:8545 network on MetaMask and also login with the credentials provided by Ganache. If you are starting out, it's easier to not touch MetaMask until a bit later.