Socket
Socket
Sign inDemoInstall

ether-contract-react

Package Overview
Dependencies
52
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ether-contract-react

ethers contract for dapp


Version published
Maintainers
1
Created

Readme

Source

ether-react

Made with create-react-library

NPM JavaScript Style Guide

CLAIM

Not production ready. Use on your own RISK!

Create a new react app

npx create-react-app my-app
cd my-app
npm start

refer to

Install

npm install --save ether-react

Usage

import React from 'react'

import { ExampleComponent } from 'ether-react'
import 'ether-react/dist/index.css'

const App = () => {
  return <ExampleComponent text="DApp 🚀" />
}

export default App

License

MIT © IPDID

FAQs

Last updated on 04 Aug 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc