1.1.28 • Published 2 years ago
@gotabit/wallet-local v1.1.28
Gotabit-wallet-local
Gotabit Local Wallet with Direct and Amino signing
Install
npm install
npm i @gotabit/wallet-local
yarn install
yarn add @gotabit/wallet-local
Init Local wallet
import { LocalWallet } from '@gotabit/wallet-local';
// with mnemonic
const wallet = await LocalWallet.init({
mnemonic: 'your mnemonic',
});
// with privateKey
const wallet = await LocalWallet.init({
privateKey: 'your privateKey',
});
// with password
const wallet = await LocalWallet.init({
password: 'your password',
serialization: 'your encrypted serialization',
});
// generate a wallet account
const wallet = await LocalWallet.init({
walletGenerateLength: 12,
});
Credits
Code built with the help of these related projects:
- cosmos/cosmjs CosmJS is the Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers in the Cosmos ecosystem.
1.1.28
2 years ago
1.1.27
2 years ago
1.1.26
2 years ago
1.1.25
2 years ago
1.1.1
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.12
3 years ago
1.1.11
3 years ago
1.1.10
3 years ago
1.1.16
3 years ago
1.1.15
3 years ago
1.1.14
3 years ago
1.1.13
3 years ago
1.1.19
3 years ago
1.1.18
3 years ago
1.1.17
3 years ago
1.1.23
2 years ago
1.1.22
3 years ago
1.1.21
3 years ago
1.1.20
3 years ago
1.1.24
2 years ago
1.1.0
3 years ago
0.1.0
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago