- Download Rust
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/rust.sh)
- Download Foundry
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/foundry.sh)
- Install OpenSSL and pkg-config
sudo apt update && sudo apt install pkg-config libssl-dev
- Import a burner wallet that have Holesky ETH
[ -d ~/.aligned_keystore ] && rm -rf ~/.aligned_keystore && echo "Deleted existing directory ~/.aligned_keystore." ; mkdir -p ~/.aligned_keystore && cast wallet import ~/.aligned_keystore/keystore0 --interactive
- Clone Aligned Layer repo
[ -d aligned_layer ] && rm -rf aligned_layer && echo "Deleted existing aligned_layer directory." ; git clone https://github.com/yetanotherco/aligned_layer.git && cd aligned_layer/examples/zkquiz
- Run this final command
make answer_quiz KEYSTORE_PATH=~/.aligned_keystore/keystore0
- In the last stage it will ask some questions, here is the answers
y
, c
, c
, a
, y