π©βπ§Start Building
Begin integrating use-wallet: connect wallets, sign transactions, and explore framework-specific guides and example applications
Last updated
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:
Creating a wallet connection menu
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.
These guides provide practical examples of how to build a connect menu and sign transactions using @txnlab/use-wallet in your chosen framework.
Vanilla TypeScript Example App (using the core library without a framework adapter)
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