Skip to main content

Setup

git clone https://github.com/pranshurastogi/SPECTER.git
cd SPECTER/specter
cp .env.example .env
cargo build
cargo test
cargo run --bin specter -- --help

Scripted workflow

You can run the provided script:
./scripts/build-and-test.sh

Contribution expectations

  • Keep protocol changes aligned across API, CLI, and core crates.
  • Add tests for behavioral changes.
  • Update docs and verification matrix for new user-visible behavior.