gno
gno copied to clipboard
docs: add `Using gnokey` tutorial
Description
This PR adds the Using gnokey
tutorial to the documentation. It has three sections:
- State-changing calls (transactions), which covers all Gno message types
- ABCI queries, which covers all currently available query types
- Making an airgapped transaction, which shows how to use the sign & broadcast functionalities in gnokey
The add/delete/import/export
functionality is already covered in the Working with keypairs
tutorial, which will also be updated in this PR.
Closes: #2126
Contributors' checklist...
- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a
BREAKING CHANGE: xxx
message was included in the description - [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to generated graphs, if any. More info here.