All Projects → moon-landing-crew → solana-nft-monitor

moon-landing-crew / solana-nft-monitor

Licence: other
Monitor Solana NFT projects using Github Actions + flatgithub.com

Programming Languages

typescript
32286 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to solana-nft-monitor

solana-nft-token-metadata-update
Node.js script to update NFT Token metadata on Solana Blockchain
Stars: ✭ 143 (+361.29%)
Mutual labels:  nft, solana
Artion-Server
Artion API Server
Stars: ✭ 26 (-16.13%)
Mutual labels:  marketplace, nft
fetch-nft
🖼🎑🌠 A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet
Stars: ✭ 83 (+167.74%)
Mutual labels:  nft, solana
awesome-defi
Curated list of awesome DeFi protocols, dapps, wallets and other resources
Stars: ✭ 36 (+16.13%)
Mutual labels:  nft, solana
MetaplexMetadata-js
Get the Metaplex Metadata from NFTs with Metaplex standard
Stars: ✭ 48 (+54.84%)
Mutual labels:  nft, solana
air-support
Airdrop automation tools for Solana from The Skeleton Crew
Stars: ✭ 112 (+261.29%)
Mutual labels:  nft, solana
metaplex-cli
Command line interface for Solana Metaplex programs.
Stars: ✭ 16 (-48.39%)
Mutual labels:  nft, solana
Artion-Client
Client app for Artion, a global NFT marketplace on Fantom Opera.
Stars: ✭ 71 (+129.03%)
Mutual labels:  marketplace, nft
wordpress-nft-plugin
NFT Auction Product Type WordPress Plugin for WooCommerce – BID HAUS
Stars: ✭ 197 (+535.48%)
Mutual labels:  marketplace, nft
binance-nft
Binance NFT sales clicker
Stars: ✭ 112 (+261.29%)
Mutual labels:  marketplace, nft
metaboss
The Metaplex NFT-standard Swiss Army Knife tool.
Stars: ✭ 575 (+1754.84%)
Mutual labels:  nft, solana
arloader
Rust command line application and client for uploading files to Arweave.
Stars: ✭ 79 (+154.84%)
Mutual labels:  nft, solana
metaplex
A directory of what the Metaplex Foundation works on!
Stars: ✭ 3,233 (+10329.03%)
Mutual labels:  nft, solana
chrome-extension-aspectratio219
🖥️ Fit the screen properly in fullscreen mode on monitor ultrawide with 21:9 aspect ratio (Netflix, Youtube, PrimeVideo, Crunchyroll)
Stars: ✭ 28 (-9.68%)
Mutual labels:  monitor
PrivateGalleryCreator
Create private extension galleries for Visual Studio
Stars: ✭ 96 (+209.68%)
Mutual labels:  marketplace
aws-marketplace-serverless-saas-integration
Example of serverless integration for SaaS products listed on the AWS Marketplace.
Stars: ✭ 79 (+154.84%)
Mutual labels:  marketplace
HorizonUIPluginDemo
UnrealEngine Marketplace Plugin
Stars: ✭ 29 (-6.45%)
Mutual labels:  marketplace
microconsulting-platform-proposal
Unsolicited proposal for a microconsulting services marketplace platform.
Stars: ✭ 12 (-61.29%)
Mutual labels:  marketplace
twitch-chat-monitor
Twitch Chat Monitor that allows the chat to be shown comfortably on a big monitor. Useful for room-scale streaming where the chat needs to be readable from a distance.
Stars: ✭ 28 (-9.68%)
Mutual labels:  monitor
SAPNetworkMonitor
Based on niping for sap network monitoring QQ群: 651878914
Stars: ✭ 48 (+54.84%)
Mutual labels:  monitor

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/moon-landing-crew/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 us to add a new collection to the site, please submit an issue by clicking this link.

Thanks!

The add_collection.rb script

There's 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?

We're glad 😊 We accept tips! Solana wallet: 6HvBqNvZ8zTJRshvaDyLCqXm6V5wM5Dgke4tvjoUw6KP

Credits

  • @braposo built the original Gloom Monitor and is the resident TypeScript guy!
  • @pgaspar extendeded the monitor to support multiple collections, added support for Alpha Art and Exchange Art and writes the Ruby scripts.

This project was originally on pgaspar/solana-nft-monitor, but we moved it to the Moon Landing Crew organization, where we keep working on it together 🚀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].