This package contains React helpers for interacting with Bitte Wallet.
-
BitteWalletContextProvider (default) : The default Bitte Wallet provider
npm install @bitte-ai/react
npm install @near-wallet-selector/modal-ui
yarn add @bitte-ai/react
yarn add @near-wallet-selector/modal-ui
pnpm install @bitte-ai/react
pnpm install @near-wallet-selector/modal-ui
the default way of interacting with Bitte Wallet is using the BitteWalletContextProvider
network : mainnet | testnet
additionalWallets : WalletModuleFactory[] extra wallets setup
import "@near-wallet-selector/modal-ui/styles.css";
import { BitteWalletContextProvider } from '@bitte-ai/react'
<BitteWalletContextProvider
network="mainnet"
>
<Component {...pageProps} />
</BitteWalletContextProvider>
The wallet runs only on client-side.
Any other questions or issues you can contact support on our Telegram Channel.
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).