-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update command-reference.md #418
Conversation
To fix mojority of issue neo-project#299
@chenzhitong please kindly review and supplement information for new added commands if need be. |
docs/command-reference.md
Outdated
@@ -1,11 +1,11 @@ | |||
<!-- markdownlint-enable --> | |||
# Neo-Express N3 Command Reference | |||
|
|||
> Note, this is the command reference for Neo-Express 3.0, targeting N3. | |||
> Note: This is the command reference for Neo-Express 3.6, targeting N3. | |||
> The [Command Reference](legacy-command-reference.md) for the Neo Legacy |
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 link is 404.
invocation file is 404. |
``` | ||
|
||
The `show nft` displays the content of an NFT contract for a specified 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.
It is suggested to supplement:
The output will consist of TokenId in Base64 format and TokenId in big-endian Hex string format.
-t|--trace Enable contract execution tracing | ||
-j|--json Output as JSON | ||
-i|--input <INPUT> Path to neo-express data file | ||
``` |
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 results include the public key of the candidate and the number of ballots cast.
docs/command-reference.md
Outdated
InputText A neo-vm script (Format: HEX, BASE64, Filename) | ||
|
||
Options: | ||
-a|--account <ACCOUNT> Account to pay invocation GAS fee |
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.
format error
Add |
Updated. Please double check. |
Add invocation file for N3
To fix majority of issue #299