Getting Started

Installation Guide

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

Prerequisites

  • Rust stable toolchain
  • OpenSSL development packages
  • Git (for source installation)

Installation Methods

Using Cargo

# Install from crates.io
cargo install fermah-seek

# Or install from GitHub
cargo install --git https://github.com/fermah/seek.git fermah-seek

Manual Build

# Clone repository
git clone https://github.com/fermah/seek.git
cd seek

# Build from source
cargo build --release

Features in SEEK

  • Importing keys
  • Hashing Prover and Verifier images
  • Serving images for development
  • Submitting Proof Requests through RPC

Proof Format

Previous
Overview