33In this tutorial, you will learn how to send your first SP1 proofs to get verified in Aligned in under 3 minutes.
44
55{% hint style="warning" %}
6- This tutorial is for sending proofs on Holesky network.
6+ This tutorial is for sending proofs on Hoodi network.
77To send proofs on Mainnet, please refer to the [ submitting proofs] ( ../3_guides/0_submitting_proofs.md ) guide.
88{% endhint %}
99
1010## Quickstart
1111
12- We will download a previously generated SP1 proof, send it to Aligned for verification, and retrieve the results from Ethereum Holesky testnet.
12+ We will download a previously generated SP1 proof, send it to Aligned for verification, and retrieve the results from Ethereum Hoodi testnet.
1313
14141 . Download and install Aligned to send proofs in the testnet:
1515
@@ -35,8 +35,8 @@ aligned submit \
3535--vm_program ~ /.aligned/test_files/sp1_fibonacci_5_0_0.elf \
3636--public_input ~ /.aligned/test_files/sp1_fibonacci_5_0_0.pub \
3737--aligned_verification_data_path ~ /.aligned/aligned_verification_data \
38- --network holesky \
39- --rpc_url https://ethereum-holesky -rpc.publicnode.com
38+ --network hoodi \
39+ --rpc_url https://ethereum-hoodi -rpc.publicnode.com
4040```
4141
42425 . You should get a response like this:
@@ -56,8 +56,8 @@ Use the link in the response to check the status of your transaction in the Alig
5656` ` ` bash
5757aligned verify-proof-onchain \
5858--aligned-verification-data ~ /.aligned/aligned_verification_data/* .cbor \
59- --rpc_url https://ethereum-holesky -rpc.publicnode.com \
60- --network holesky
59+ --rpc_url https://ethereum-hoodi -rpc.publicnode.com \
60+ --network hoodi
6161` ` `
6262
6363This is reading the result of the proof verification in Ethereum.
0 commit comments