You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_SEND_PROOFS.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,30 @@ This will create the ECDSA keystore file in `~/.aligned_keystore/keystore0`
35
35
36
36
- If you have the EigenLayer CLI installed, the keystore can be generated following [this](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation#import-keys) instructions. The key will be stored into `~/.eigenlayer/operator_keys`.
37
37
38
-
## SP1 proof
38
+
## 2. Fund the batcher
39
+
40
+
To be able to send proofs to Aligned using the batcher, the user must fund its transactions. For this, there is a simple Batcher Payment System.
41
+
42
+
To use it you can use the `aligned` CLI, as shown with the following example:
-`--batcher_addr` to specify the address of the Batcher Payment Service smart contract.
50
+
-`--rpc` to specify the rpc url to be used.
51
+
-`--chain` to specify the chain id to be used.
52
+
- Note: `--amount` flag parameter must be with the shown format, followed by the `ether` keyword to specify how many ethers you wish to deposit to the batcher.
53
+
54
+
After depositing funds, you can verify the Service has correctly received them, executing the following command:
0 commit comments