Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@perp/use-ethereum

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perp/use-ethereum

>

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

use-ethereum

NPM JavaScript Style Guide

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.

FAQs

Package last updated on 19 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts