etherspot-react-wallet
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i etherspot-react-wallet

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

146 kB

Total Files

16

Last publish

Collaborators

  • mingderwang