- Bir Ethereum cüzdanı oluşturun.
- İçine 0.01 gibi bir miktar Holesky ağında ETH gönderin.
- Oluşturduğunuz cüzdanın Private key çıkarın ve hazırda bekletin.
Copy
wget https://raw.githubusercontent.com/Hitasyurekk/aligned-layer-phase3/main/rust.sh && chmod +x rust.sh && ./rust.sh
Copy
curl -L -o foundry.sh https://raw.githubusercontent.com/Hitasyurekk/aligned-layer-phase3/main/foundry.sh && chmod +x foundry.sh && ./foundry.sh
Copy
sudo apt update && sudo apt install pkg-config libssl-dev
Copy
npm install -g cast-cli
source ~/.bashrc
[ -d ~/.aligned_keystore ] && rm -rf ~/.aligned_keystore && echo "Deleted existing directory ~/.aligned_keystore." ; mkdir -p ~/.aligned_keystore && cast wallet import ~/.aligned_keystore/keystore0 --interactive
Copy
[ -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
make answer_quiz KEYSTORE_PATH=~/.aligned_keystore/keystore0
Quiz cevapları
y , c , c , a , y

