KYC
Quickstart
Start receiving payments in less than 5 minutes.
Sign up on dash.noramp.io, create a Marketplace App and register sellers in order for them to receive peer-to-peer fiat payments.
Step 1. Install NoRamp’s SDK in your favorite frontend framework:
Step 2. Add the following code to your frontend:
import { NoRampKyc } from "norampkit";
<NoRampKyc token="TOKEN" theme={"light" | "dark"} testnet />;