This is a repo for the various small TypeScript based web3 tools I create.
If you like and/or use any of the code in here, please let me know on Twitter!
All the code in here is MIT licensed, go wild.
A tool to take a snapshot of an NFT collection at a given block number.
Before running the code, you'll need to sign up for a free Alchemy (or any other RPC provider) API key, which you can do here.
Add this key to a .env
file in the root of this repo, like so:
ALCHEMY_MAINNET_KEY=<your key>
After that, just run yarn
or npm install
to install the packages, and then yarn <folder-name>
or npm run <folder-name>
, eg yarn snapshot
!