React-Modal
Wallet Connection React-Modal
t:connect provides a built-in Wallet Connection React-Modal, developed in React, that simplifies the process of connecting users via supported wallets to Tezos and Etherlink. Leveraging React Provider and Hook technology, this ready-to-use modal component facilitates state management and enables seamless integration into the component tree. Developers can easily embed it into their Telegram Mini App, allowing users to securely and effortlessly connect their wallets.
Features of the Wallet Connection React-Modal
User-Friendly Interface: An intuitive UI that guides users through the wallet connection process.
Multi-Chain Support: Supports both Tezos and Etherlink, offering flexibility for various applications.
Multiple Wallet Options: Compatible with a range of wallets like Altme, MetaMask, Trust Wallet, and more.
Secure Authentication: Ensures that user credentials and private keys remain secure during the connection.
The TConnectModalProvider
The TConnectModalProvider has eight properties:
// API-key to get access to our service
apiKey: string; // The URL used to establish a connection
bridgeUrl: string;// Name of your application
appName: string;The TConnectModal Hook
How to use the Wallet Connection React-Modal
React-Modal Workflow
Last updated



