Skip to content

Commit

Permalink
feat: ckip-readme-changes (#43)
Browse files Browse the repository at this point in the history
* 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
3 people authored Jul 19, 2023
1 parent 5d4e3f1 commit 9d01cbb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ require (
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
google.golang.org/grpc v1.41.0 // indirect
google.golang.org/protobuf v1.29.1 // indirect
)
)
2 changes: 1 addition & 1 deletion cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
8 changes: 8 additions & 0 deletions cli/sample-jsons/config-jsons/config0.json
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"
}
8 changes: 8 additions & 0 deletions cli/sample-jsons/config-jsons/config1.json
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"
}

0 comments on commit 9d01cbb

Please sign in to comment.