Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
Signed-off-by: SRshohan <srshohan02@gmail.com>
  • Loading branch information
SRshohan committed Feb 7, 2025
1 parent 005686d commit 0d0e44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ Chaincode directory is specified in Fablo config file.
Invokes chaincode with specified parameters.
```
fablo chaincode invoke <channel-name> <chaincode-name> <peers-domains-comma-separated> <command> [transient]
fablo chaincode invoke <peers-domains-comma-separated> <channel-name> <chaincode-name> <command> [transient]
```
Sample command:
```
fablo chaincode invoke "my-channel1" "chaincode1" "peer0.org1.example.com" '{"Args":["KVContract:put", "name", "Willy Wonka"]}'
fablo chaincode invoke "peer0.org1.example.com" "my-channel1" "chaincode1" '{"Args":["KVContract:put", "name", "Willy Wonka"]}'
```
### chaincodes list
Expand Down

0 comments on commit 0d0e44d

Please # to comment.