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

@gotabit/wallet-gotabit

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gotabit/wallet-gotabit

Cosmos Gotabit Wallet with Direct and Amino signing

latest
Source
npmnpm
Version
1.1.27
Version published
Maintainers
3
Created
Source

Gotabit-wallet-gotabit

Gotabit Gotabit Wallet with Direct and Amino signing

Install

npm install

npm i @gotabit/wallet-gotabit

yarn install

yarn add @gotabit/wallet-gotabit

Init Gotabit wallet

const wallet = await GotabitWallet.init('test');

With custom config

import { GotabitWallet } from '@gotabit/wallet-gotabit';

const wallet = await GotabitWallet.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:

  • k-extension Gotabit 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