https://github.com/mingderwang/etherspot-react-wallet
A React Component with Etherspot SDK
https://github.com/mingderwang/etherspot-react-wallet
Last synced: 2 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T19:32:09.000Z (almost 5 years ago)
- Last Synced: 2025-10-24T09:57:34.024Z (9 months ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 1
- Watchers: 1
- 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
[](https://www.npmjs.com/package/ether-react) [](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)