NoRamp Docs
Search
K

Installing and Using NoRampKit

After adding a Wallet, creating a Trigger, and creating a Price the last step is to implement the NoRamp widget into your Website

Tutorial

Follow alongside a tutorial, visit medium.com/@NoRamp.

Quick start

Install the NoRampKit

yarn add norampkit
or
npm i norampkit

Usage

Sign up on app.noramp.io in order to generate and create a PRICE_ID for your NFT sales.
import { NoRampOneClick } from 'norampkit';
<NoRampOneClick priceId="PRICE_ID" testnet />;