wowica / snapshotter

Generates a snapshot of a Cardano Stake Pool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%