Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/etherspot-react-wallet
A React Component with Etherspot SDK
https://github.com/mingderwang/etherspot-react-wallet
Last synced: 3 days ago
JSON representation
A React Component with Etherspot SDK
- Host: GitHub
- URL: https://github.com/mingderwang/etherspot-react-wallet
- Owner: mingderwang
- License: mit
- Created: 2021-09-13T13:45:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T19:32:09.000Z (about 3 years ago)
- Last Synced: 2024-11-07T05:09:30.061Z (10 days ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etherspot-react-wallet
> 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, you can refer to example/ folder
```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 etherspot-react-wallet
```
or
```bash
yarn add etherspot-react-wallet
```## Usage
```tsx
import React from 'react'import { EtherspotComponent } from 'etherspot-react-wallet'
import 'etherspot-react-wallet/dist/index.css'const App = () => {
return
}export default App
```## Run
### Currently only support Ethereum Ropsten Testnet or Etherspot Testnet```bash
npm run start
```
or
```bash
yarn start
```## License
MIT License ©2021 [Ming-der Wang](https://github.com/mingderwang)