@perp/use-ethereum
v0.1.8
Published
>
Downloads
5
Keywords
Readme
use-ethereum
Install
npm install --save use-ethereum
Usage
import * as React from 'react'
import { useMyHook } from 'use-ethereum'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © Perpetual Protocol
This hook is created using create-react-hook.