📄️ Connecting a Cardano Wallet
Connecting to a user wallet is as simple as calling the wallet service's connect function and passing in a valid wallet name.
📄️ Get the state of a wallet
After connecting a Cardano wallet, there are few more functions/attributes to interact with the wallet.
📄️ Address & UTXOs
This section is designed to retrieve the wallet address and UTXOs, allowing you to construct your own transaction or utilize the pre-made functions available in this SDK.
📄️ Lovelace & Assets
This section provides assistance in gathering information regarding wallet assets and lovelace.
📄️ Signatures & Submissions
In certain specific scenarios, you may need to manually sign or submit a transaction. However, in the majority of cases, this part is automatically handled by the SDK.
📄️ Eternl mobile bridge
This function is specifically designed for the Eternl wallet, which necessitates a special configuration to enable mobile support. We highly recommend initializing this function at the earliest possible stage in your app's process.