1.1.3 • Published 1 year ago

@garyanikin/useweb3 v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

useweb3

Set of hooks to work with web3 wallets #tdd #fp

NPM JavaScript Style Guide

Install

npm install --save useweb3

Usage

import * as React from 'react'

import { useMyHook } from 'useweb3'

const Example = () => {
    const example = useMyHook()
    return <div>{example}</div>
}

License

MIT © garyanikin


This hook is created using create-react-hook.