
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@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
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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.