For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ‘©β€πŸ”§Start Building

Begin integrating use-wallet: connect wallets, sign transactions, and explore framework-specific guides and example applications

Once you've configured the WalletManager, you're ready to start integrating wallet functionality into your application. The next steps typically involve:

  1. Creating a wallet connection menu

  2. Implementing transaction signing functionality

Use-wallet is unopinionated about UI implementation, giving you the flexibility to design your wallet integration in a way that best suits your application's needs and style.

Quick Start Guides

⚑React Quick Start⚑Vue Quick Start⚑Solid.js Quick Start

These guides provide practical examples of how to build a connect menu and sign transactions using @txnlab/use-wallet in your chosen framework.

Example Applications

These example apps demonstrate basic implementations of @txnlab/use-wallet in various environments, showcasing how to effectively use the library in different frameworks as well as with the core library alone.

You can find these examples in the GitHub repository under the examples/ directory:

Last updated