-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R4R: user guide for bank #648
Conversation
74f3825
to
b4049b4
Compare
b4049b4
to
5c782c8
Compare
bd1b782
to
d64e84f
Compare
5. Broadcast transactions | ||
|
||
Broadcast signed transactions generated offline, using the final generated file in step 4: | ||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broadcast signed transactions generated offline, using the final generated file in step 4:
How about change the sentence like this:
Broadcast offline signed transaction. Here you just use the transaction generated by above sign command. Of course, you can generate your signed transaction by any methods. Just make sure your signature and public key are amino encoding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
iriscli bank broadcast [file] | ||
``` | ||
The transaction will broadcast and executed in IRISnet. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The transaction will broadcast and executed in IRISnet.
Remove this line, or change it as:
The transaction will be broadcasted and executed in blockchain.
Send signature transaction: | ||
```bash | ||
iriscli bank sign [file] --chain-id=[chain-id] --name [key name of from account] | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think [key name]
is enough. Keep consistent with other specs.
``` | ||
Save the result to a file. | ||
|
||
Send signature transaction: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Send signature transaction:
Add signature to this transaction
39ee58b
to
425a6c2
Compare
No description provided.