mina-wallet-selector

0.0.1 • Public • Published

Mina-wallet-selector

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save mina-wallet-selector

Usage

import React, { Component } from 'react'

import { SelectWallet, SendTransactionZkapp, SendWallet, SignWallet, methods } from "mina-wallet-selector";
import "../node_modules/react-wallet-selector/dist/index.min.css";
import '../node_modules/bootstrap/dist/css/bootstrap.min.css';

class Example extends Component {
  render() {
    return (
      <div className="container-fluid">
        <div className="row mt-5">
          <div className="col-4">
            <SelectWallet />
          </div>
          <div className="col-4">
            <SignWallet />
            <br />
            <SendTransactionZkapp zkAppAddress="" />
          </div>
          <div className="col-4">
            <SendWallet />
          </div>
        </div>
      </div>
    )
  }
}

License

MIT © Sotatek

Readme

Keywords

none

Package Sidebar

Install

npm i mina-wallet-selector

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

981 kB

Total Files

7

Last publish

Collaborators

  • sotatek-tung.nguyen2