0.0.2 • Published 3 years ago

etherspot-react-wallet v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

etherspot-react-wallet

Made with create-react-library

NPM JavaScript Style Guide

CLAIM

Not production ready. Use on your own RISK!

Create a new react app, you can refer to example/ folder

npx create-react-app my-app
cd my-app
npm start

refer to

Install

npm install --save etherspot-react-wallet

or

yarn add etherspot-react-wallet

Usage

import React from 'react'

import { EtherspotComponent } from 'etherspot-react-wallet'
import 'etherspot-react-wallet/dist/index.css'

const App = () => {
  return <EtherspotComponent text="DApp 🚀" />
}

export default App

Run

Currently only support Ethereum Ropsten Testnet or Etherspot Testnet

npm run start

or

yarn start

License

MIT License ©2021 Ming-der Wang