1.0.2 • Published 3 years ago

thedecimals v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Description

This serves as a frontend JS creator for the decimals NFT. https://thedecimals.org

Allowing developers to access NFT decimals given a tokenID without needing access to web3js / ethereum blockchain.

Usage

npm i --save thedecimals
const { getDecimal } = require("thedecimals");

getDecimal(0, 111) // (decimalPosition: number {0-7}, tokenid: number)
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago