Skip to content

noramp/noramp-kit

Repository files navigation

NoRampKit

norampkit

The best way to accept credit card payments for your NFTs 🏎️

NoRampKit is a React library that makes it easy to add a 1-click NFT checkout to your dapp.

  • 🔥 Out-of-the-box Payment Button
  • ✅ Easily customizable
  • 🦄 Built on top of trusted partners like stripe and plaid

Documentation

For full documentation, visit docs.noramp.io.

Tutorial

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

Quick start

Install

npm i norampkit

or

yarn add norampkit

Usage

Sign up on app.noramp.io in order to generate and create a PRICE_ID for your NFT sales.

import { NoRampCheckout } from 'norampkit';

<NoRampCheckout priceId="PRICE_ID" />;

License

Licensed under the MIT License, Copyright © 2023-present NoRamp.

See LICENSE for more information.