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-DEV.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,12 @@ Please take into account the following when sending a PR:
157
157
Consider using a docker container built from the provided [Dockerfile](scripts/Dockerfile) to have a predictable version of ignite. See [README.md](scripts/README.md).
158
158
- Have a look at the scripts and commands used forgeneration of existing modules, messages and CRUD operations and do itin a similar way
159
159
(for example [PKI module commands](scripts/starport/upgrade-0.44/07.pki_types.sh)).
160
-
Note: On previous scaffolding of modules `starport` cli used instead of `ignite`.
161
-
While generating new module, command structure will the same except it must start with `ignite`.
160
+
-
161
+
**Note**:
162
+
1. On previous scaffolding of modules `starport` cli used instead of `ignite`.
163
+
While generating new module, command structure will the same except it must start with `ignite`.
164
+
2. After execution of command`ignite scaffold ...` generated `.proto` files will be added into `proto/distributedcoplianceledger/{module}/{proto}`
165
+
. So make sure to put contents of generated proto files into related folders inside `proto/zigbeealliance/..` folder.
162
166
- If a new transaction with a new data in state (key-value) and new queries needs to be created, then both message and CRUD commands need to be executed.
163
167
- If just a message to update existing state values need to be created, then a message command is enough.
Copy file name to clipboardexpand all lines: docs/how-to.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Here is the list of supported settings:
48
48
-`output <type>` - Output format (text/json)
49
49
-`node <node-ip>` - Address `<host>:<port>` of the node to connect.
50
50
-`broadcast-mode <mode>` - Write transaction broadcast mode to use (one of: `sync`, `async`. `sync` is default).
51
-
- Note: In `sync` broadcast mode, to get the actual result of transaction(`dcld tx ..`) one more query call with `txHash` must be executed(`dcld query tx=txHash`)
51
+
- Note: To get the actual result of transaction(`dcld tx ..`) one more query call with the `txHash` must be executed(`dcld query txtxHash`)
52
52
53
53
In order to connect the CLI to a DC Ledger Network (Chain), the following parameters should be used:
0 commit comments