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
For full documentation, visit docs.noramp.io.
Follow alongside a tutorial, visit medium.com/@NoRamp.
npm i norampkit
or
yarn add norampkit
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" />;
Licensed under the MIT License, Copyright © 2023-present NoRamp.
See LICENSE for more information.