A rudimentary NodeJS script that scrapes Solana transactions to idenitfy NFT purchases on marketplaces.
code that can be used to run your own marketplace sales tracker for Solana NFTs. It is based on the concept of automatically crediting royalties to creators and using these transactions to identify sales. This ensures that the code is marketplace agnostic, meaning as long as royalties are credited correctly to the NFT creator, the transaction can be identified and analyzed for the required values.
The codebase comes with a cron.js file that can be used to run the tracking process at regular intervals – it uses a simple audit-*.json file to track transactions that have already been processed. (Can be replaced with a database if you want to go that route)
Reviews
There are no reviews yet.