Scrypto CLI Tool
- 29 Sep 2023
- 1 Minute to read
- DarkLight
- PDF
Scrypto CLI Tool
- Updated on 29 Sep 2023
- 1 Minute to read
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Scrypto CLI
The scrypto tool is a Scrypto-specific convenience wrapper for Rust’s package manager, Cargo.
scrypto 1.0.0
Create, build and test Scrypto code
USAGE:
scrypto <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
build Build a Scrypto package
fmt Format a Scrypto package
help Print this message or the help of the given subcommand(s)
new-package Create a Scrypto package
test Run Scrypto tests
Cheat Sheet
Command | Action |
---|---|
| To create a new package |
| To build a package |
| To test a package |
| To run a test with standard output |
Was this article helpful?