🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@bitte-ai/wallet

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitte-ai/wallet

Bitte Wallet

latest
npmnpm
Version
0.8.2
Version published
Maintainers
5
Created
Source

@bitte-ai/wallet

This is the Bitte Wallet SDK package.

check our React integration

Installation and Usage

The easiest way to use this package is to install it from the NPM registry,

# Using Yarn
yarn add @bitte-ai/wallet

# Using NPM.
npm install  @bitte-ai/wallet

# Using PNPM.
pnpm  install  @bitte-ai/wallet

Then use it in your dApp:


import { setupWalletSelector } from "@near-wallet-selector/core";

import { setupBitteWallet } from "@bitte-ai/wallet";

const wallet = setupBitteWallet({
	network:  'mainnet',
});

const  selector = await  setupWalletSelector({
	network:  "mainnet",
	modules: [wallet],
});

setupBitteWallet

  • network: Near Networks

  • walletUrl: valid wallet urls

Troubleshooting

Client-side only:

The wallet runs only on client-side.

Any other questions or issues you can contact support on our Telegram Channel.

License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

Keywords

bitte

FAQs

Package last updated on 09 Apr 2025

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