Skip to content

Eclipse-Laboratories-Inc/get-signatures-for-address

Repository files navigation

About

This is a small Rust program to fetch the total amount of signatures associated with a given address. The amount of signatures is directly related to the number of transactions.

Setting up the environment

If you have Nix and direnv installed, you may just run direnv allow and the entire environment will be setup up for you without affecting your global system.

Otherwise, setup Rust with rustup.

Compiling the system

Just run cargo build --release and the system will be built with a nice optimization level.

Running the system

Check the usage of the program with

./target/release/get-signatures-for-address --help

About

Get the total amount of signatures for a given pubkey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published