Skip to content

figure out who holds the nfts that came out of a candy machine.

Notifications You must be signed in to change notification settings

exiled-apes/candy-holders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Candy Holders

This is far from finished, but can:

  • find tokens with a given update authority
  • find holders of those tokens

Neither the Rust or Node APIs completely cover everything that needs to be done to accomplish this task & that's why there are to codebases.

Basic usage:

$ export RPC_HOST="your host here"

$ cd rs

$ cargo run -q -- -r $RPC_HOST mine-tokens-by-update-authority --update-authority EbR4788Gi79GwcT8cANSq4aDHoxD7XrQVGgCfUiML2wX

$ sqlite3 candy-holders.db 'select token_address from tokens' > metabaes-tokens.log

$ gh gist create metabaes-tokens.log

$ cd ../ts

$ sqlite3 ../rs/candy-holders.db "select token_address from tokens;" | npx ts-node src/index.ts --chill 10 --rpc-host $RPC_HOST | tee metabaes-holders.log 

$ gh gist create metabaes-holders.log

About

figure out who holds the nfts that came out of a candy machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published