Ubuntu Installation
OZKi is supported on the Ubuntu 20.04. Other similar Linux distros may also work.
Install the basic tools and Rust compiler
During the rust installation, you will be prompted with installation options (1, 2, or 3). Simply hit the enter key (which defaults to 1) to proceed.
After it is completed, type "rustc --version" to confirm the rust compiler is installed correctly.
Install Nodejs/npm and the Typescript compiler
Type "npm --version", "node --version", "tsc --version" to confirm the installation has completed.
Install Circom and Snarkjs
Type "circom --version" and "snarkjs" to confirm the circom and snarkjs have been successfully installed.
Install MongoDB
To test a connection to the database, run "mongosh", and you should see the "test> " prompt.
Last updated
Was this helpful?