@corentind/drizzle-react-hooks
v0.1.1
Published
Drizzle-backed Ethereum contract interaction library
Downloads
3
Readme
@corentind/drizzle-react-hooks
Made with create-react-library
Install
npm install --save @corentind/drizzle-react-hooks
Usage
import React, { Component } from 'react'
import MyComponent from '@corentind/drizzle-react-hooks'
import '@corentind/drizzle-react-hooks/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}