https://github.com/mingderwang/ether-react
ether-react (from crl) for ethereum login
https://github.com/mingderwang/ether-react
Last synced: 9 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T00:52:21.000Z (almost 5 years ago)
- Last Synced: 2025-09-10T23:46:30.601Z (10 months ago)
- Language: TypeScript
- Size: 2.74 MB
- Stars: 1
- Watchers: 2
- 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
[](https://www.npmjs.com/package/ether-react) [](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)