Skip to content

wowica/snapshotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stake Pool Snapshotter

CI Status

This CLI program takes a snapshot of a Cardano Stake Pool. Given a Stake Pool ID, it generates a list of Public Key Hashes currently delegated to the pool.

Usage

Create a blockfrost.toml with your https://blockfrost.io/ Project ID as follows:

project_id = "value-here"

Install the snapshotter CLI with the following command:

cargo install --path .

Run the CLI passing a Cardano Stake Pool Bech32 id as argument. For example, in order to take a snapshot from JUNGLE Stake Pool in the Preview Network, run the folllowing:

./target/release/snapshotter pool1j3x329u0uxh9s9vjvsad9kx37tzal8gndz6ttxumcz4nw947djw

About

Generates a snapshot of a Cardano Stake Pool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages