ether-contract-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ether-contract-react

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

133 kB

Total Files

16

Last publish

Collaborators

  • mingderwang