3.0.8 • Published 1 year ago

nftoupon v3.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

Link below is the demo on how to use Merchant component

  1. https://www.youtube.com/watch?v=rcRr2Z4MXC0

Link below is the demo on how to use Creator component

  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.

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.8

1 year ago

3.0.7

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

3.0.0

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.3.3

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago