Skip to main content

Core tests

cd SPECTER/specter
cargo test -p specter-core -p specter-crypto -p specter-stealth -p specter-registry -p specter-scanner

API tests

cargo test -p specter-api

Benchmarks

cargo bench -p specter-crypto
cargo run --bin specter -- bench --count 100000

E2E helper script

../scripts/e2e-stealth-flow.sh exists, but parts of it are out of sync with current API requirements (see discrepancies page).