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.revfile in the workspaceRun rev file: runs a.revfile in the integrated terminal
call-methodcall-functionepochexport-abinew-accountpublishresetset-default-accountshowshow-configsshow-ledgertransfer
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