a16z / nft-analyst-starter-pack

https://a16z.com/2022/03/18/nft-starter-pack-analyze-data-metadata-build-tools/
GNU Affero General Public License v3.0
461 stars 92 forks source link

efficiency improvements for pulling data from the same contract more … #10

Closed mermelstein closed 2 years ago

mermelstein commented 2 years ago

Was playing with this repo and noticed my Alchemy compute units were skyrocketing because the full contract history was being pulled each time. I made some changes to create and use checkpoints so that if you already have some data on the contract it only pulls the most recent info. If you think this is useful to other people happy to make any edits so it can be merged in.

Also I containerized this in Docker, personal preference 🤷 🙃