
Security News
Risky Biz Podcast: AI Agents Are Raising the Stakes for Software Supply Chain Security
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.
@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 16 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.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

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