46 RPC endpoints. A 3-command Cargo quickstart. Full Rust source on GitHub. TypeScript and Python SDKs in development.
The complete 29-crate workspace. Rust stable required.
git clone .../BLEEP-v1.git && cd BLEEP-v1Full workspace build — all 29 crates in dependency order.
cargo build --workspace --releaseSingle-node devnet with all 46 RPC endpoints live on port 3030.
cargo run --bin bleep-node -- --config config/devnet.tomlVersion, peers, metrics, audit log, config, graceful shutdown.
Latest block, block by height/hash, epoch, state root, shard status, finality.
Submit, status, mempool, simulate, history, SMT proof, batch, fee estimate.
Validator set, stake/unstake, consensus state, STARK proof retrieval, slashing evidence.
Submit intent, intent status, tier-3 proof, executor list, quote, supported chains.
Proposals, submit, ZK-encrypted vote, proposal detail, constitutional parameters.
Verify SPHINCS+ signature, verify STARK proof, KEM encapsulate, SMT proof, hash, params.
Full workspace source. All 29 crates directly importable as library dependencies via Cargo.
Available · SourceWraps all 46 RPC endpoints. Wallet integration, transaction signing, bridge utilities.
In DevelopmentResearch and data tooling focus — transaction analysis, validator monitoring, STARK proof verification.
In DevelopmentBLEEP generates empirical data on the practical cost of combining STARK-based execution proofs with NIST-finalized post-quantum primitives in a live consensus environment. If you're evaluating BLEEP for research purposes — including grant applications, academic study, or Ethereum-ecosystem alignment — RESEARCH.md is the document to read first.