Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 585 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 585 Bytes

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