Skip to content

attwice/solana-nft-monitor-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana NFT Monitor

Monitors Solana NFT projects at MagicEden, Solanart, Alpha Art and Exchange Art marketplaces and updates data every 20min.

Browse all data at https://flatgithub.com/pgaspar/solana-nft-monitor and use "Data File" picker to select one of the available collections.

Tracked collections

  • Saiba Gang
  • The Tower
  • Gloom Punk Club
  • Solsunsets
  • Crypto Cultists
  • ... and a few more - check the site!

Requesting new collections

If you want me to add a new collection to the site, please submit an issue by clicking this link.

Thanks!

The add_collection.rb script

I added a very rough Ruby script that'll generate the required files. You just need to give it the collection identifiers for Moonrank, Magic Eden, Solanart, Alpha Art and Exchange Art (in that order):

# ruby scripts/add_collection.rb <moonrank_id> <magiceden_id> <solanart_id> <alphaart_id> <exchangeart_id>
$ ruby scripts/add_collection.rb towerdao the_tower thetower the-tower Tower

You can find these identifiers by looking at the URLs:

If a collection is not available in one of the marketplaces, set their identifier to "":

$ ruby scripts/add_collection.rb crypto_cultists crypto_cultist "" "" ""

This would skip Solanart, Alpha Art and Exchange Art for the Crypto Cultists collection, for example.

About .github/moonrank

Flat Github doesn't allow you to configure ignored files, so moonrank json files were showing up in the Data File dropdown. There's an open issue about this, but in the mean time I found that they ignore the .vscode and .github directories, so that's why I put the moonrank directory there.

And I did the same with .github/collections.json, which defines the collections we support. And for Alpha Art axios configs 😅.

Was this useful?

I'm glad 😊 I accept tips! Solana wallet: 6HvBqNvZ8zTJRshvaDyLCqXm6V5wM5Dgke4tvjoUw6KP

Credits

Thanks to @braposo for working on the original Gloom Monitor!

About

attwice/solana-nft-monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published