Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nftoupon

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nftoupon

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

  • 3.0.8
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

nftoupon

License: MIT

Note - The widget is on Testnet (xls20-sandbox.rippletest.net:51233), the development is in progress.

Widget will help you to generate NFTs on XRPL which in turn you can use as coupons, which we call NFToupons

Milestone

NFToupon milestone

Development setup

Make sure you have node 16 and npm version >= 7, we use turbo repo for the project.

Installing NFToupon

You can install this module as a component from NPM:

npm i nftoupon

Getting Started

You will require a unique NFToupon-KEY to use it in your project build. You can contact admin@eatozee.com to get your unique NFToupon-KEY.

Usage

To start using the components, please follow these steps:

  1. Wrap your application with the Creator, Arbiter & Collectibles components provided by nftoupon.
import { Creator, Arbiter, Collectibles } from "nftoupon";
  1. Now you can start using components like so!:
import { Arbiter } from "nftoupon";

const ExampleOne = () => <Arbiter NFToupon_Key="your-api-key" />;
import { Creator } from "nftoupon";

const ExampleOne = () => <Creator NFToupon_Key="your-api-key" />;
import { Collectibles } from "nftoupon";

const ExampleOne = () => <Collectibles NFToupon_Key="your-api-key" />;

Demo Videos

  1. https://www.youtube.com/watch?v=rcRr2Z4MXC0
  1. https://www.youtube.com/watch?v=s-01b1TpxJI

Note: You will then require a NFToupon-KEY to use it in your project build. You can contact admin@eatozee.com to get your unique NFToupon-KEY.

FAQs

Package last updated on 29 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc