Code Monkey home page Code Monkey logo

collier's Introduction

collier

About

This is a quick and dirty toolset for mining NFT crap into a sqlite db where you can make more interesting queries.

These are the tables it currently produces:

sqlite3 collier.db 'select * from creators limit 1; select * from metadata limit 1; select * from holders limit 1' --header
creator_address|metadata_address
6zqaiXMg3pbJhcYhNskhpCtsKhMeg1egRmkhnAERoxv8|Da3ikeffBUo9G7cvmRjsZ5CC3ZoL7cSDnbmhYEydLBTH
metadata_address|mint_address
Da3ikeffBUo9G7cvmRjsZ5CC3ZoL7cSDnbmhYEydLBTH|592TLcDskgFDZcuSchnMai8XLK8ifYQRZBteeDfobi4X
mint_address|holder_address
2AiDAAnVbx1Ge7xqQsA1Fg7WA4pv5oY6kBdRWg8rpe3h|2ZN4K3SnFXCJoqyT9XNVsfGtLkbygnWWDgqUUqzzYcJh

This is a subset of a bunch of other one off tools I've created for mining different collections.

I'll probably keep expanding the common denominator stuff as time permits.

I'll probably ignore contributions, bug reports, etc.

Usage

Mine metadata by first creator address

$ cargo run -q -- -r https://history.genesysgo.net mine-metadata --creator-address=6zqaiXMg3pbJhcYhNskhpCtsKhMeg1egRmkhnAERoxv8

Notes:

  • typically the candy machine
  • this code could be stricter by -- ensuring that address is a candy machine -- ensuring the creator signed the NFT and has zero shares

Mine holders by first creator address

$ cargo run -q -- -r https://ssc-dao.genesysgo.net mine-holders --creator-address=6zqaiXMg3pbJhcYhNskhpCtsKhMeg1egRmkhnAERoxv8

collier's People

Contributors

levicook avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.