ZK Gaming SDK
Game development API that allows interaction with the Aleo Zero-Knowledge platform. Check Boloney! the first game built with ZK Gaming Toolkit.Getting StartedThere are 2 main ways to run the API: locally or inside an isolated Minikube container.Running locallyBefore running the API locally, make sure to install the following software:Node.js version 18.16.0 LTSYarnAleoLeoSnarkOSAleo development server - run cargo install aleo-development-serverRun a local SnarkOS beacon node:snarkos start --n...
ZK Gaming SDK
Game development API that allows interaction with the Aleo Zero-Knowledge platform. Check Boloney! the first game built with ZK Gaming Toolkit.Getting StartedThere are 2 main ways to run the API: locally or inside an isolated Minikube container.Running locallyBefore running the API locally, make sure to install the following software:Node.js version 18.16.0 LTSYarnAleoLeoSnarkOSAleo development server - run cargo install aleo-development-serverRun a local SnarkOS beacon node:snarkos start --n...
The Library for zkSNARK proofs
This library implements zkSNARK schemes, which are a cryptographic method for proving/verifying, in zero knowledge, the integrity of computations. A computation can be expressed as an NP statement, in forms such as the following:"The C program foo, when executed, returns exit code 0 if given the input bar and some additional input qux.""The Boolean circuit foo is satisfiable by some input qux.""The arithmetic circuit foo accepts the partial assignment bar, when extended into some full assignm...
The Library for zkSNARK proofs
This library implements zkSNARK schemes, which are a cryptographic method for proving/verifying, in zero knowledge, the integrity of computations. A computation can be expressed as an NP statement, in forms such as the following:"The C program foo, when executed, returns exit code 0 if given the input bar and some additional input qux.""The Boolean circuit foo is satisfiable by some input qux.""The arithmetic circuit foo accepts the partial assignment bar, when extended into some full assignm...