Skip to content

cryptonative-ch/wallet-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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