Quick Start
Setup your checkout in 60 seconds
An easy-to-implement guide to get started using NoRamp's OneClick NFT Checkout

The NoRampKit is an easy to use React component that lets you use NoRamp in just a couple of lines of code.
yarn add norampkit
import { NoRampOneClick } from "norampkit";
<NoRampOneClick
priceId="PRICE_ID"
testnet
/>
import { NoRampOneClick } from "norampkit";
<NoRampOneClick
priceId="PRICE_ID"
/>
The NoRampOneClick component allows you to customize the look of various aspects.
<NoRampOneClick
priceId="PRICE_ID"
buttonTheme="light" // or use "dark"
/>
<NoRampOneClick
priceId="PRICE_ID"
theme="light" // or use "dark"
/>
<NoRampOneClick
priceId="PRICE_ID"
type="buy" // or "donate" or "book" or "checkout" or "subscribe" ...
/>
All Types
- buy
- donate
- plain
- book
- checkout
- subscribe
- add-money
- contribute
- order
- reload
- rent
- support
- tip
- top-up
- continue
Last modified 16d ago