@sensible-contract/wallet-provider
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

wallet-provider

A Provider is an abstraction of a adaptor to interact with wallet.

The wallet should implement the interfaces of WalletProvider.

Use it to get address and sign transaction.

Installation

npm install @sensible-contract/wallet-provider

Usage

Javascript

const {WalletProvider} = require("@sensible-contract/wallet-provider");

ES6

import { WalletProvider } from "@sensible-contract/wallet-provider";

Readme

Keywords

none

Package Sidebar

Install

npm i @sensible-contract/wallet-provider

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

16.9 kB

Total Files

12

Last publish

Collaborators

  • huanniangstudio