2.0.3 • Published 3 years ago

@deficonnect/cosmos-signer v2.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@deficonnect/cosmos-signer

this is the cosmos tools, implement cosmjs's OfflineDirectSigner.

Installation

use npm package manager

npm install "@deficonnect/cosmos-signer"

Usage

import { OfflineSigner } from '@deficonnect/cosmos-signer';
const signer = new OfflineSigner(deficonnectProvider);