Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/ether-react
ether-react (from crl) for ethereum login
https://github.com/mingderwang/ether-react
Last synced: 3 days ago
JSON representation
ether-react (from crl) for ethereum login
- Host: GitHub
- URL: https://github.com/mingderwang/ether-react
- Owner: mingderwang
- License: mit
- Created: 2021-07-27T13:50:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T00:52:21.000Z (about 3 years ago)
- Last Synced: 2024-11-04T01:02:44.925Z (14 days ago)
- Language: TypeScript
- Size: 2.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ether-react
> Made with create-react-library
[![NPM](https://img.shields.io/npm/v/ether-react.svg)](https://www.npmjs.com/package/ether-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## CLAIM
Not production ready. Use on your own RISK!## Create a new react app
```bash
npx create-react-app my-app
cd my-app
npm start
```[refer to](https://reactjs.org/docs/create-a-new-react-app.html)
## Install
```bash
npm install --save ether-react
```## Usage
```tsx
import React from 'react'import { ExampleComponent } from 'ether-react'
import 'ether-react/dist/index.css'const App = () => {
return
}export default App
```# Feel free to fork and create your own
## Build Library from Source
```
yarn
```
then
```
yarn start
```## Build and Run Example
```
cd example
yarn
yarn start
```# License
MIT © 2021 Ming-der Wang, [IPDID](https://github.com/IPDID)