0.1.9 • Published 2 years ago

nico-instacheck v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Beyond Rarity Instacheck widget

You can try a live demo here

Installation

Using NPM:

npm i @beyondrarity/instacheck

Using YARN:

yarn add @beyondrarity/instacheck

Usage

Import the component and use it:

import Instacheck from '@beyondrarity/instacheck'

const Example = () => (
    <div>
        <h1>Beyond Rarity Checker</h1>
        <BRChecker 
            collectionId="wallstmoms" 
            startTokenId={1}
            endTokenId={3000}
            theme="light"
        />
    </div>
)

Component Props:

PropDescriptionRequired
collectionIdThe Collection Id which is the unique identifier for your collection (also called slug).The Collection Id is available in the URL when navigating to your collection on Beyond Rarity which is in the following format:www.beyondrarity.com/c/[collectionId]For example, the URL for the Wall St Moms collection is https://www.beyondrarity.com/c/wallstmoms where wallstmoms is the collectionId.yes
startTokenIdThe first token id in the collection which is normally 1 or 0.yes
endTokenIdThe last token id in the collection which is normally:- equal to the supply if the first token id is 1- or equal to the (supply - 1) if the first token id is 0yes
theme"dark" or "light"No.Default value is "light"

For example, the Wall St Moms collection has a start token id of 1, a supply of 3000, and end token id of 3000.

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago