BitTap Wallet JSSDK is a powerful tool that allows developers to easily integrate BitTap wallet functionality into their DApps.
Install BitTap Wallet JSSDK using npm:
npm install @bittap/wallet-sdk
Here's a simple example demonstrating how to initialize the SDK and connect to the wallet:
import { WalletSdk, Network } from '@bittap/wallet-sdk';
const walletSdk = new WalletSdk({ network: Network.mainnet });
walletSdk.connection((res) => {
console.log('Connection successful', res);
});
For detailed usage instructions and API documentation, please refer to the following files:
We welcome community contributions! If you find a bug or have a suggestion for improvement, please create an issue or submit a pull request.
This project is licensed under the MIT License.
If you have any questions or need support, please contact us through:
Thank you for using BitTap Wallet JSSDK!