Snarkify
  • 🏗️GPU Prover Network
    • Introduction
    • Deploy a Elastic Prover
      • Integrate Elastic Prover SDK
    • Snakrify CLI
      • Installation
      • Authentication
      • Service Initialization
      • Build & Deployment
      • Proof Generation
      • Team Management
      • GPU Shell Management
    • Advanced Topics
      • Webhook
  • 🏚️High-Performance ZKP
    • zkEVM Halo2 GPU Prover
      • MSM
      • NTT
      • Quotient Polynomial Evaluation
      • KZG Multiopen
      • Polynomial Inversion
      • Permutation Generation
    • ZPrize
  • 🐺Sirius Folding
    • Introduction
    • Quickstart
    • Examples
      • Fold a Summation Circuit
      • Fold a Fibonacci Circuit
      • Fold a Halo2 Circuit
      • Fold the zkevm-circuits
    • Terminologies
    • Sirius Folding APIs
      • `StepCircuit` trait
      • `PublicParams` Struct
      • `IVC` struct
  • LInks
    • Github
    • Telegram Group
    • snarkify.io
Powered by GitBook
On this page
  • 1. Create your API key
  • 2. Login with Snarkify CLI
  • 3. Logout with Snarkify CLI
  1. GPU Prover Network
  2. Snakrify CLI

Authentication

PreviousInstallationNextService Initialization

Last updated 12 months ago

1. Create your API key

First of all, get an API key from our . Please be aware that new API keys will be only displayed once in the popup dialog, make sure you copy it before closing.

2. Login with Snarkify CLI

Simply run:

snarkify login

You will be prompted to input your API key first. Upon successful authentication, you will also be asked to select an active team. If you want to switch to a different team later, just run the snarkify team switch command.

3. Logout with Snarkify CLI

If you want to logout, simply run

snarkify logout

Once logout, you are not able to interact with other Snarkify commands unless you login again.

🏗️
cloud console