metaplex-foundation / metaplex-program-library

Smart contracts maintained by the Metaplex team
Other
571 stars 508 forks source link

Create a Open Source Transaction Processor Toolkit to help Marketplaces Follow the ledger. #72

Closed austbot closed 2 years ago

ohaddahan commented 2 years ago

I actually had something like that in mind.

A very crude but effective method can be adding memo program notes and track each auction-house activity with a moving window.

Just need to parse the txn log and plug it into some DB (https://pingcap.com/products/tidbcloud/pricing/ free tier is 10GB big data and cloud hosted, should suffice for all auction-houses combined)