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
<!-- please provide a detailed description of the changes made in this
pull request. -->
## 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
[Current state of the
PR](#2226 (comment))
Closes: #2126
<details><summary>Contributors' checklist...</summary>
- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
- [x] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
---------
Co-authored-by: deelawn <[email protected]>
Co-authored-by: Manfred Touron <[email protected]>
Description
As a Gno.land rookie ISBAT follow learning oriented, tutorial style documentation in the Getting Started section so that I could get onboarded easier.
Acceptance criteria
Misc
Example of Getting Started page
Relates to #1987
The text was updated successfully, but these errors were encountered: