Try submitting a proof to UPA!
Option 1: Sending a demo app proof via website
Pre-requisites

Submit a proof

Option 2: Sending a demo app proof via CLI
Pre-requisites
Submit a proof
Bonus
Last updated
# nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc # Update bash terminal so we can use the command `nvm`.
# npm
nvm install 20
# yarn
corepack enable
yarn set version stable
yarn installgit clone git@github.com:NebraZKP/demo-app.git && cd demo-app
# Build demo-app
yarn
yarn build
# Make sure binary is placed in .bin
yarn
# Set up demo-app commands in shell
source scripts/shell_setup.sh
# Use upa local to generate a key
upa local ethkeygen --keyfile keyfilename.key# Submit a solution along with a proof
demo-app submit --keyfile keyfilename.key