1.0.6 • Published 11 months ago

@bittap/wallet-sdk v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

BitTap Wallet JSSDK

BitTap Wallet JSSDK is a powerful tool that allows developers to easily integrate BitTap wallet functionality into their DApps.

Features

  • Easy-to-use API
  • Support for mainnet and testnet
  • Provides wallet connection, asset management, transfer functionality, and more
  • Full TypeScript support

Installation

Install BitTap Wallet JSSDK using npm:

npm install @bittap/wallet-sdk

Quick Start

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);
});

Documentation

For detailed usage instructions and API documentation, please refer to the following files:

Main Functions

  • Connect wallet
  • Switch network
  • Listen for account changes
  • Listen transaction changes
  • Get current assets
  • Create invoice
  • Send BTC Transfer
  • Send taproot assets
  • Sign messages
  • Search assets
  • Get invoices

Contributing

We welcome community contributions! If you find a bug or have a suggestion for improvement, please create an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact Us

If you have any questions or need support, please contact us through:

Thank you for using BitTap Wallet JSSDK!

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago