generated from kurtosis-tech/package-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: add cli command * doc: add example for cli commands * doc: removed generated files * doc: readme update * doc: update requested changes * doc: update readme * doc: update command name * doc: add sample json * doc: update readme * doc: added link for genesis file * doc: update readme --------- Co-authored-by: Shreyas S Bhat <[email protected]> Co-authored-by: Hemanth Kumar <[email protected]>
- Loading branch information
1 parent
5d4e3f1
commit 9d01cbb
Showing
4 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "0", | ||
"private_port": 9080, | ||
"public_port": 8090, | ||
"p2p_listen_address": "7080", | ||
"p2p_address": "8080", | ||
"cid": "0xacbc4e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "1", | ||
"private_port": 9081, | ||
"public_port": 8091, | ||
"p2p_listen_address": "7081", | ||
"p2p_address": "8081", | ||
"cid": "0xacbc4e" | ||
} |