Skip to content

ibrosen/web3-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

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.

Contents

A tool to take a snapshot of an NFT collection at a given block number.

Getting Started

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published