norampkit
v1.2.9
Published
<a href="https://noramp.io"> <img alt="norampkit" src="https://imgur.com/JoTYgcJ.png" /> </a>
Downloads
55
Readme
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.