Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)