LogoLogo
DevnetSeek
  • Introduction
    • Overview
    • Why Fermah?
    • Supported Proof Systems
    • Key Terms and Concepts
    • On Zero-Knowledge Proofs
  • Network
    • Components
  • Testnet
    • Overview
    • For Prover Nodes
      • Installation
      • Provers
      • Configuration
      • Machine Secret
      • Registration
      • Telemetry
      • Starting a Node
  • Resources
    • GPG
    • Support
    • Website
    • Github
    • X
    • Discord
Powered by GitBook
LogoLogo

© 2025 Fermah

On this page
  • Install SEEK
  • Features in SEEK
  • Proof Format

Was this helpful?

  1. Testnet
  2. For Seekers

Installation

Guide for downloading SEEK, our solution for Proof Requests creation.

Last updated 8 months ago

Was this helpful?

Install SEEK

SEEK is our SDK and CLI for proof generation. You can install the SEEK CLI via cargo using either crates.io or directly from Git.

Requires Ruststable

Install using crates.io

cargo install fermah-seek

Install using Git

cargo install --git https://github.com/fermah/seek.git fermah-seek

Features in SEEK

  • Importing keys

  • Hashing Prover and Verifier images

  • Serving images for development

  • Submitting Proof Requests through RPC

Proof Format

Proofs are setup using a JSON file, with the following data:

Requester Address (see )

Prover and Verifier images (see )

Hardware resource commitments (see )

here
here
here