ALIGNEDLAYER PUBLIC PROOF TASK
Getting Started sudo apt update -y sudo apt upgrade -y
Install curl sudo apt-get install curl -y
Download ALignedProof curl -L https://github.com/@raw/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash source /root/.bashrc
Download an example SP1 proof file with it's ELF file curl -L https://github.com/@raw/yetanotherco/aligned_layer/main/batcher/aligned/get_proof_test_files.sh | bash
Sending proof
rm -rf ~/aligned_verification_data/ &&
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
use this code to get the log you will screenshot for your X post
aligned verify-proof-onchain
--aligned-verification-data ~/aligned_verification_data/*.json
--rpc https://ethereum-holesky-rpc.publicnode.com
--chain holesky