Skip to content

jimjimvalkema/scrollZkStorageProofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrollZkStorageProofs

https://nodejs.org/en/download/package-manager npm install -g [email protected]

install js

yarn install
yarn run install-submodules;

install nargo (noir)

curl -L https://raw.githubusercontent.com/noir-lang/noirup/main/install | bash;
source ~/.bashrc;
noirup;

install nargo backend

curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash;
source ~/.bashrc;
 bbup --version 0.41.0;

test noir

cd circuits/test;
nargo test --show-output

usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published