On-ramp Overview
The checkout on-ramp modal in Web SDK allows developers to easily onboard users with fiat currency into cryptocurrency using a credit card.
With this integration, one can use a credit card to purchase tokens across many different networks.
Integration
To integrate the on-ramp feature, follow these steps:
Connect with Web SDK
Make sure you completed the Getting Started guide.
1. Install the @0xsequence/checkout library
2. Place the `SequenceCheckoutProvider` Below the `SequenceConnect` Provider in your App:
3. Adding Funds with a Credit Card
Call the triggerAddFunds
function to cause a modal to appear
Congratulations! You’ve just learned how to add funds to your wallet using Web SDK.
Configuration Overview
The following is the available configuration customization options for toggleAddFunds params
Was this page helpful?