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
+47-8Lines changed: 47 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,37 @@ Make sure you have Aligned installed as specified [here](./README.md#how-to-use-
4
4
5
5
If you run the examples below, make sure you are in Aligned's repository root.
6
6
7
+
## 1. Import/Create Keystore file
8
+
9
+
If you already have a keystore file, you can ignore this section and start sending proofs. We give two examples of how to generate one. The first one using Foundry, and the second one using EigenLayerCLI
This will create the ECDSA keystore file in `~/.aligned_keystore/keystore0`
33
+
34
+
### Alternative 2: With EigenlayerCLI
35
+
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
+
7
38
## SP1 proof
8
39
9
40
The SP1 proof needs the proof file and the vm program file.
0 commit comments