
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@gotabit/wallet
Advanced tools
Gotabit Wallet with Direct and Amino signing
npm install
npm i @gotabit/wallet
yarn install
yarn add @gotabit/wallet
import { KeplrWallet, Walletconnect, LocalWallet } from '@gotabit/wallet';
const keplrWallet = await KeplrWallet.init('test');
const walletconnect = await Walletconnect.init('test', {
logger: 'debug',
relayUrl: 'wss://relay.gotabit.dev',
projectId: '2c921904d8ebc91517cd11c1cc4a267f',
metadata: {
name: 'Gotabit SDK WalletConnect test',
description: 'Gotabit SDK WalletConnect test',
url: 'https://sdk.gotabit.dev',
icons: [`https:\/\/res.gotabit.io\/svg\/icon.svg`],
},
});
// local wallet with mnemonic
const localWallet = await LocalWallet.init({
mnemonic: 'your mnemonic',
});
// local wallet with privateKey
const localWallet = await LocalWallet.init({
privateKey: 'your privateKey',
});
// local wallet with password
const localWallet = await LocalWallet.init({
password: 'your password',
serialization: 'your encrypted serialization',
});
Code built with the help of these related projects:
FAQs
Cosmos Wallets with Direct and Amino signing
The npm package @gotabit/wallet receives a total of 10 weekly downloads. As such, @gotabit/wallet popularity was classified as not popular.
We found that @gotabit/wallet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.