Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #209 from trufflesuite/fix/bump-ganache-core
Browse files Browse the repository at this point in the history
bump ganache-core to fix npm i issues
  • Loading branch information
cds-amal authored Apr 5, 2019
2 parents 27ce7eb + 53814cb commit 0e31f2c
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 326 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Drizzle is a collection of front-end libraries that make writing dapp frontends
const drizzle = new Drizzle(options)
```

**Note**: The above assumes you have no existing redux store and will generate a new one. If you need something more sophisticated, consult our documentation for [Using an Existing Redux Store](https://www.truffleframework.com/docs/drizzle/using-an-existing-redux-store) or [Delegating Redux Concerns to Drizzle](https://www.truffleframework.com/docs/drizzle/use-drizzles-redux-store)
**Note**: The above assumes you have no existing redux store and will generate a new one. If you need something more sophisticated, consult our documentation [Using Drizzle's Redux Store](https://www.truffleframework.com/docs/drizzle/getting-started/using-drizzles-redux-store)

1. Get contract data. Calling the `cacheCall()` function on a contract will
execute the desired call and return a corresponding key so the data can be
Expand Down
Loading

0 comments on commit 0e31f2c

Please sign in to comment.