mirror of
https://github.com/nspcc-dev/neo-go-sc-wrkshp.git
synced 2026-03-01 04:28:53 +00:00
Add an example of nep17 balance NeoGo CLI usage #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Aug 25, 2023).
Preparation part contains the step that aimed to check the GAS balance, and it's done via RPC call:
We have a separate workshop part about RPC calls and doesn't have any
nep17CLI command mention. What we need is to replace this step with CLI balance checking. For better user experience.