etherspot-react-wallet
v0.0.2
Published
An ETH-Wallet react component for Jira, powered by Etherspot
Downloads
1
Readme
etherspot-react-wallet
Made with create-react-library
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
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