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

v1.0.1

Compare
Choose a tag to compare
@OnlyOneJMJQ OnlyOneJMJQ released this 24 Feb 19:59
· 132 commits to master since this release

Why version 1.0.1? To keep the GitHub releases in sync with the NPM package versions.

Current components include:

  • LoadingContainer: This components wraps your entire app (but within the DrizzleProvider) and will show a loading screen until Drizzle, and therefore web3 and your contracts, are initialized.
  • ContractData: Displays data from the store based on a contract call().
  • ContractForm: Automatically generates a form based on a contract send() function.

Check out the detailed readme or our documentation. For future releases, these notes will document fixes, additions, subtractions and changes.