ConsenSysMesh / web3studio-sidejam

SideJam is a series of projects designed to develop application-level examples, frameworks, components (and requirements driving protocol and R&D teams) that use the W3S narrative approach to prove the need for and ability to use the Mainnet as a way to make business safe without silos.
Apache License 2.0
2 stars 2 forks source link

Ganache init #11

Closed barlock closed 5 years ago

barlock commented 5 years ago

Related Issue
Supports #4

Related PRs
Depends #9 #10

What does this PR do?
Wired the development environment so that you could more easily use the ganache accounts without metamask. I also wired the state updates into the redux store and use saga's for side effects rather than drizzle hooks which seem semi-fragile.

Description of Changes
Drizzle hooks are now sagas, more use of "traditional" redux patterns

What gif most accurately describes how I feel towards this PR?