How to Connect Fluent
Fluent Wallet
Fluent Wallet is a Conflux Core Space wallet that allows you to manage your assets and interact with the Conflux network. It is a secure, non-custodial wallet that allows you to store, send, and receive CFX and other Conflux-based assets.
You can install it from Chrome Web Store, it's use experience is similar to MetaMask.
Fluent Wallet injects a global conflux
object into the browser (as detailed in the provider API documentation). This object enables interaction between DApps and Fluent Wallet, allowing actions such as retrieving account information and initiating transactions.
The js-conflux-sdk also supports Fluent Wallet by simply configuring the SDK instance's provider to the conflux
object. This setup enables the use of js-conflux-sdk within a DApp to initiate transactions through Fluent Wallet.
To learn more about how to use js-conflux-sdk with Fluent Wallet, please refer to the Fluent Wallet 'how to' guide
Last updated