Aligned Testnet 3 - First EigenLayer AVS
Aligned Installation
Download Aligned to send proofs to the testnet.
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash
source /root/.bashrc
Download Sample SP1 Evidence File with ELF File
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/get_proof_test_files.sh | bash
Sending Proof
aligned submit \
  --proving_system SP1 \
  --proof ~/.aligned/test_files/sp1_fibonacci.proof \
  --vm_program ~/.aligned/test_files/sp1_fibonacci-elf \
  --aligned_verification_data_path ~/aligned_verification_data \
  --conn wss://batcher.alignedlayer.com
Take the output of the code as a screenshot.
Validating Proof on the Network
aligned verify-proof-onchain \
  --aligned-verification-data ~/aligned_verification_data/*.json \
  --rpc https://ethereum-holesky-rpc.publicnode.com \
  --chain holesky
Tweet Task
Finally, we copy the explorer link in the output of the code, tag Aligned and send a tweet with the screenshot we took. Then share the link of this tweet on the #🧪┃testnet channel on the Aligned discord server.