Command-line Tools
scrypto
The scrypto
tool is a Scrypto-specific convenience wrapper for Rust’s package manager, Cargo.
scrypto 0.4.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
resim
The resim
tool provides a variety of commands to make it easy to interact with the local Radix Engine simulator and RocksDB ledger during development.
resim 0.4.0
Build fast, reward everyone, and scale without friction
USAGE:
resim <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
call-function Call a function
call-method Call a method
export-abi Export the ABI of a blueprint
help Print this message or the help of the given subcommand(s)
mint Mint resource
new-account Create an account
new-badge-fixed Create a badge with fixed supply
new-badge-mutable Create a badge with mutable supply
new-token-fixed Create a token with fixed supply
new-token-mutable Create a token with mutable supply
publish Publish a package
reset Reset this simulator
run Compile and run a transaction manifest
set-current-epoch Set the current epoch
set-default-account Set default account
show Show an entity in the ledger state
show-configs Show simulator configurations
show-ledger Show entries in the ledger state
transfer Transfer resource to another account