Skip to content

NebraZKP/demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Demo Instructions

Pre-requisites

yarn and Node 20+. These may be installed as follows:

# 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 install

Submit a proof:

git clone [email protected]:NebraZKP/demo-app.git && cd demo-app/core

# Build demo-app
yarn
yarn build
# Make sure demo-app binary is in node_modules/.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

Use a faucet such as www.sepoliafaucet.com to fund your address with sepolia ETH.

# Submit a solution along with a proof
demo-app submit --keyfile keyfilename.key

The last command will print a link to the proof's status on NEBRA's proof explorer. The proof should be either verified or pending verification.

Check state of the UPA contract:

$ upa stats

Check state of the demo-app contract:

$ demo-app get-state