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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MM friendly truffle-config doesn't work as is

jxdp opened this issue · comments

commented

The name 'develop' causes it to not work. I changed it to 'development' and it worked as expected.

(Blockchain exposed on 127.0.0.1:8545 using ganache-cli)

Fixed this in ebaee38

Thanks for reporting @ParkinsonJ