🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gotabit/wallet-keplr

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gotabit/wallet-keplr

Cosmos Keplr Wallet with Direct and Amino signing

latest
Source
npmnpm
Version
1.1.27
Version published
Weekly downloads
20
233.33%
Maintainers
3
Weekly downloads
 
Created
Source

Gotabit-wallet-keplr

Gotabit Keplr Wallet with Direct and Amino signing

Install

npm install

npm i @gotabit/wallet-keplr

yarn install

yarn add @gotabit/wallet-keplr

Init 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.

Keywords

cosmos

FAQs

Package last updated on 19 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts