1.1.27 • Published 10 months ago

@gotabit/wallet-gotabit v1.1.27

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

10 months ago

1.1.24

1 year ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.20

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago