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
yarn add norampkit
or
npm i norampkit
import { NoRampOneClick } from 'norampkit';
<NoRampOneClick priceId="PRICE_ID" testnet />;
Last modified 2mo ago