1.0.3 • Published 2 years ago

snet-cardano-dapp-connector v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

snet-cardano-dapp-connector

This package is for connecting to cardano wallets and transfering the ADA.

NPM JavaScript Style Guide

Install

npm install --save snet-cardano-dapp-connector

Usage

import * as React from "react";

import { useInjectableWalletHook } from "snet-cardano-dapp-connector";

const Example = () => {
  const { supportedWallets } = useInjectableWalletHook(["NAMI"], "1");
  <div>
    {supportedWallets.map((wallet) => (
      <text>{wallet.name}</text>
    ))}
  </div>;
};

License

MIT © Shyam-Khokhariya


This hook is created using create-react-hook.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago