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.
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.
Just run cargo build --release
and the system will be built with a
nice optimization level.
Check the usage of the program with
./target/release/get-signatures-for-address --help