Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 666 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 666 Bytes

walletconnector

Wallet Connector Library

NPM JavaScript Style Guide

Install

npm install --save cryptowalletconnector

Usage

import React, { Component } from 'react'

import WalletConnector from 'cryptowalletconnector'
import 'walletconnector/dist/index.css'

class Example extends Component {
  render() {
    return <WalletConnector />
  }
}

License

GNU Affero General Public License v3.0 © dxdao