1.0.0 • Published 2 years ago

@sensible-contract/abstract-wallet v1.0.0

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

abstract-wallet

This is an abstraction of a adaptor to interact with wallet.

Wallets should implement the interfaces of Wallet.

Use it to get address and sign transaction.

Installation

npm install @sensible-contract/abstract-wallet

Usage

Javascript

const { Wallet } = require("@sensible-contract/abstract-wallet");

ES6

import { Wallet } from "@sensible-contract/abstract-wallet";