NFT Rarity Site

So I was able to successfully use the git repository for the NFT rarity site but my question is how can I have more than one nft collection for the website?

Hey @Jgash

You have a nice start and demo of how it works, so you can scale it yourself

My question is how to scale… in the code they are using const collection address and collection name which only lets me do one collection so how can I scale?

I will probably clone main.js and name it main2.js and run that to get a new CLASS for that new collection in the database. Then add that to the NFTRarity.js file as a 2nd option value on the dropdown and so on and so forth. I feel that should work.