Rarity-Ranking-NFT icon indicating copy to clipboard operation
Rarity-Ranking-NFT copied to clipboard

Moralis Project

Results 11 Rarity-Ranking-NFT issues
Sort by recently updated
recently updated
newest added

Moralis has removed its feature to be able to use "offset" to fetch specific data. That is changed to "cursor". Read more; https://docs.moralis.io/misc/rate-limit#example-of-how-to-use-cursor-nodejs I managed to update your script to...

![image](https://user-images.githubusercontent.com/46795644/164755281-d4daf04a-b2bb-46a9-a264-3716aaa6e294.png)

`TypeError: Cannot read properties of null (reading 'attributes') at /Users/timemachine/Downloads/Rarity-Ranking-NFT-main/generator/main.js:38:59 at Array.map () at generateRarity (/Users/timemachine/Downloads/Rarity-Ranking-NFT-main/generator/main.js:38:26)` I keep getting this error when trying to run the rarity generator. I tried...

Has anyone tried to load the collection initially when the page loads, instead of loading it using a drop down? I want to be able to call the `collectionChanged(collection)` function...

Running the node gets right to the last NFT in the collection in the 500 increments but as it gets to the end, I get this error: file:///Users/xxx/Desktop/Rarity-Ranking-NFT/generator/main.js:54 let nftTraits...

file:///C:/Users/josh/Downloads/sqddd/Rarity-Ranking-NFT-main/generator/main.js:56 let nftTraits = metadata[j].map((e) => e.trait_type); ^ TypeError: Cannot read properties of undefined (reading 'map') at generateRarity (file:///C:/Users/josh/Downloads/sqddd/Rarity-Ranking-NFT-main/generator/main.js:56:29) at processTicksAndRejections (node:internal/process/task_queues:96:5)

There should be an option / easy way to not have an empty page in the browser when opening it. Instead it would be good to show a default /...

Hey. This is amazing. Thank you so much for your work. How do we get this to work with avalanche instead of ethereum?

The rarity generator just stops running randomly and does not complete a cycle of 10K (BAYC). I have to re-start it repeatedly. Node just dies off and doesn't give you...

Not a issue but would love something similar to this for Solana NFTs, not sure if thats possible with only the basic api release on moralis yet.