Prerequisite You should have installed Node.js (version 18.10.0 or
higher).
Step 1. Install NoRamp’s SDK in your favorite frontend framework:
Copy
yarn add norampkit
Step 2. Add the following code to your frontend:
Copy
import { NoRampCheckout } from "norampkit";<NoRampCheckout priceId="price_id" // Create price in your dashboard or using our API testnet // optional param to use testnet, dont include for mainnet/>;