Socket
Socket
Sign inDemoInstall

etherspot-react-wallet

Package Overview
Dependencies
9
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    etherspot-react-wallet

An ETH-Wallet react component for Jira, powered by Etherspot


Version published
Maintainers
1
Created

Readme

Source

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

FAQs

Last updated on 13 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc