UNPKG

@nftgo/gorarity

Version:

An algorithm to calculate rarity of NFT(how special it is), based on Jaccard Distance.

4 lines (3 loc) 70 B
export type TokenRankingFeatures = { uniqueTraitCount: number; };