0.0.1 • Published 11 months ago

mina-wallet-selector v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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