1.1.27 • Published 3 years ago
@gotabit/wallet-keplr v1.1.27
Gotabit-wallet-keplr
Gotabit Keplr Wallet with Direct and Amino signing
Install
npm install
npm i @gotabit/wallet-keplryarn install
yarn add @gotabit/wallet-keplrInit Keplr wallet
const wallet = await KeplrWallet.init('test');With custom config
import { KeplrWallet } from '@gotabit/wallet-keplr';
const wallet = await KeplrWallet.init({
rpc: 'https://rpc-testnet.gotabit.dev:443',
chainId: 'gotabit-test-1',
chainName: 'GotaBit-test',
rest: 'https://rest-testnet.gotabit.dev:443',
coinType: 118,
coinDenom: 'GTB',
coinDecimals: 6,
coinMinimalDenom: 'ugtb',
coinGeckoId: 'gotabit',
gasPriceStep: { low: 0.001, average: 0.0025, high: 0.003 },
gasPrices: '',
gasAdjustment: 0,
});Credits
Code built with the help of these related projects:
- keplr-extension Keplr is a browser extension wallet for the Inter blockchain ecosystem.
1.1.27
3 years ago
1.1.24
3 years ago
1.1.1
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.12
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.16
4 years ago
1.1.15
4 years ago
1.1.14
4 years ago
1.1.13
4 years ago
1.1.19
4 years ago
1.1.18
4 years ago
1.1.17
4 years ago
1.1.23
3 years ago
1.1.22
4 years ago
1.1.21
4 years ago
1.1.20
4 years ago
1.1.0
4 years ago
0.1.0
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago