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
This will prompt a password which you can use to encrypt the keys. Keys will be stored in local disk and will be shown once keys are created.
180
+
This will prompt a password which you can use to encrypt the keys. Keys will be stored in the local disk and will be shown once keys are created.
181
181
It will also show the private key only once, so that you can back it up in case you lose the password or keyfile.
182
182
183
183
### List keys
@@ -213,14 +213,14 @@ You can create the config files needed for operator registration using the below
213
213
eigenlayer operator config create
214
214
```
215
215
216
-
It will create two file: `operator.yaml` and `metadata.json`
217
-
After filling the details in `metadata.json`, please upload this into a publicly accessible location and fill that url in `operator.yaml`.
218
-
A valid metadata url is required for successful registration.
216
+
It will create two files: `operator.yaml` and `metadata.json`
217
+
After filling in the details in `metadata.json`, please upload this into a publicly accessible location and fill that URL in `operator.yaml`.
218
+
A valid metadata URL is required for successful registration.
219
219
A sample yaml [operator.yaml](pkg/operator/config/operator-config-example.yaml) is provided for reference.
220
220
221
-
A public metadata url is required to register the operator.
222
-
After creating and filling the [metadata](pkg/operator/config/metadata-example.json) file, you can it to a publicly accessible location and give the url in the config file.
223
-
You are also required to upload the image of the operator to a publicly accessible location and give the url in the metadata file. We only support `.png` images for now.
221
+
A public metadata URL is required to register the operator.
222
+
After creating and filling the [metadata](pkg/operator/config/metadata-example.json) file, you can it to a publicly accessible location and give the URL in the config file.
223
+
You are also required to upload the image of the operator to a publicly accessible location and give the URL in the metadata file. We only support `.png` images for now.
224
224
225
225
226
226
### Registration
@@ -233,7 +233,7 @@ You can register your operator using the command below.
233
233
eigenlayer operator register operator.yaml
234
234
```
235
235
236
-
Make sure that if you use `local_keystore` as signer, you give the path to the keys created in above section.
236
+
Make sure that if you use `local_keystore` as the signer, you give the path to the keys created in the above section.
237
237
238
238
After you complete the registration, you can check the registration status of your operator using
0 commit comments