File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
docs/operators/babylon_node/babylon_cli
static/remote-docs/guides/architecture/consumer_zone_programs Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -301,8 +301,8 @@ systemctl start babylond
301
301
- [ ` babylond status ` ] ( ./status.mdx ) - Check validator status
302
302
- [ ` babylond init ` ] ( ./init.mdx ) - Initialize node (required prerequisite)
303
303
- [ ` babylond testnet ` ] ( ./testnet.mdx ) - Initialize testnet configuration
304
- - [ ` babylond gentx ` ] ( ./gentx .mdx ) - Generate validator genesis transaction
305
- - [ ` babylond add-genesis-account ` ] ( ./add-genesis-account .mdx ) - Add validator account to genesis
304
+ - [ ` babylond gentx ` ] ( ./gen_tx .mdx ) - Generate validator genesis transaction
305
+ - [ ` babylond add-genesis-account ` ] ( ./add_genesis_account .mdx ) - Add validator account to genesis
306
306
307
307
### Key Management
308
308
- [ ` babylond keys ` ] ( ./keys.mdx ) - Manage keyring keys
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ babylond gentx [key_name] [amount] [flags]
20
20
21
21
Before using this command, ensure you have:
22
22
23
- - Initialized your Babylon node with [ ` babylond init ` ] ( ./init.md )
24
- - Created validator keys with [ ` babylond keys add ` ] ( ./keys.md )
25
- - Created BLS keys with [ ` babylond create-bls-key ` ] ( ./create-bls-key.md )
26
- - Added your validator account to genesis with [ ` babylond add-genesis-account ` ] ( ./add-genesis-account.md )
23
+ - Initialized your Babylon node with [ ` babylond init ` ] ( ./init.mdx )
24
+ - Created validator keys with [ ` babylond keys add ` ] ( ./keys.mdx )
25
+ - Created BLS keys with [ ` babylond create-bls-key ` ] ( ./create_bls_key.mdx )
26
+ - Added your validator account to genesis with [ ` babylond add-genesis-account ` ] ( ./add_genesis_account.mdx )
27
27
28
28
## Arguments
29
29
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ <h3>Integration tests the contract</h3>
74
74
the integration tests.</ p >
75
75
< pre > < code class ="language-bash "> cargo run-script integration
76
76
</ code > </ pre >
77
+ < h3 > E2E tests</ h3 >
78
+ < pre > < code class ="language-bash "> cargo run-script e2e
79
+ </ code > </ pre >
77
80
< h3 > Generate the schema</ h3 >
78
81
< pre > < code class ="language-bash "> cargo run-script gen-schema
79
82
</ code > </ pre >
You can’t perform that action at this time.
0 commit comments