https://github.com/BitteProtocol/react
Bitte React Package for Wallet integrations
https://github.com/BitteProtocol/react
Last synced: 5 days ago
JSON representation
Bitte React Package for Wallet integrations
- Host: GitHub
- URL: https://github.com/BitteProtocol/react
- Owner: BitteProtocol
- Created: 2025-01-13T12:30:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-25T10:20:43.000Z (9 months ago)
- Last Synced: 2026-04-26T18:25:59.190Z (about 2 months ago)
- Language: TypeScript
- Size: 3.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bitte - @bitte-ai/react
README
# @bitte-ai/react
This package contains React helpers for interacting with Bitte Wallet.

## Summary
- [Installing](#Installing)
- [BitteWalletContextProvider (default)](#bittewalletcontextprovider) : The default Bitte Wallet provider
# Installing
### NPM:
```
npm install @bitte-ai/react
npm install @near-wallet-selector/modal-ui
```
### Yarn:
```
yarn add @bitte-ai/react
yarn add @near-wallet-selector/modal-ui
```
### PNPM:
```
pnpm install @bitte-ai/react
pnpm install @near-wallet-selector/modal-ui
```
# BitteWalletContextProvider
the default way of interacting with Bitte Wallet is using the BitteWalletContextProvider
## properties:
**network** : ` mainnet | testnet`
**additionalWallets** : `WalletModuleFactory[] extra wallets setup`
```typescript
import "@near-wallet-selector/modal-ui/styles.css";
import { BitteWalletContextProvider } from '@bitte-ai/react'
```
# Troubleshooting
The wallet runs only on client-side.
Any other questions or issues you can contact support on our [Telegram Channel](https://telegram.me/mintdev).
## License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).