Every web3 application struggles to get users on board with them for a very basic reason, i.e., users have to do too much work to use the embedded wallet provided by the application.
Aarc SDK provides a very simple yet efficient way to solve this issue, the Aarc Fund Kit Widget.
The Aarc Fund Kit Widget has all the necessary options an application needs to onboard new users, like:
Centralized Exchange Transfer
Fiat On-Ramp
Fund from an EOA
Let's get started on how you can integrate THE WIDGET!
To open the widget, wrap your application with the necessary providers, create an AarcFundKitModal instance using the desired configuration, and then call .openModal() to display the widget.
Learn more about AarcFundKitModal from this guide.
You can also preset the widget with specifics making it further easy for user
To effectively manage the widget's state across your application, we recommend using a custom context. This approach centralizes state management and ensures seamless integration. You can view an example implementation here.