revup is a tool for rapid resim development to run scrypto code locally.
- Code completion
- Documentation on hover
- Commands (accessible through the command palette):
Create revup file
: generates a.rev
file in the workspaceRun rev file
: runs a.rev
file in the integrated terminal
call-method
call-function
epoch
export-abi
new-account
publish
reset
set-default-account
show
show-configs
show-ledger
transfer
The extension is not currently published to the marketplace.
To install locally from the root of the project:
npm install
npm install -g vsce
vsce package
code --install-extension revup-0.0.1.vsix