-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(doc): reuse commands doc from Milos in Makefile and cmd/README (#…
…573) Co-authored-by: Morgan <git@howl.moe> Co-authored-by: grepsuzette <grepsuzette@users.noreply.github.com>
- Loading branch information
1 parent
b5a664f
commit 469b97a
Showing
2 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Short doc about the commands (please keep in sync with Makefile for now): | ||
|
||
User commands: | ||
|
||
* gnokey - key manipulation, also general interaction with gnoland | ||
* gnoland - runs the blockchain node | ||
* gnotxport - importing/exporting transactions from local blockchain node storage | ||
* website - serves gno website, along with user-defined content | ||
* logos - intended to be used as a browser | ||
|
||
Developer commands: | ||
|
||
* gnoscan - dumps imports from specified file’s AST | ||
* genproto - helper for generating .proto implementations | ||
* gnofaucet - serves GNOT faucet | ||
* gnodev - handy tool for developing gno packages & realms |