UNPKG

@nftgo/gorarity

Version:

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

4 lines (3 loc) 113 B
export * from './models'; export * from './rarity-ranker'; export { Scorer as GoRarityScorer } from './scoring';