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 |