2024-09-12
ยท One min read
Agenda: Discord thread
Developer Experience team member Nando Vieira introduced the CLI features alias and snapshot:
- Alias
- Install of Hello World example for showcasing alias
- Showed examples of how contract IDs are often passed as parameters in CLI commands like invoke (copying ID string or command substitution)
- How to deploy a smart contract and create an alias
- How to invoke the smart contract with the alias
- Snapshot
- How to create a ledger snapshop
- How to use the snapshot in a test case
Towards the end Nando went through the developer documentation, with focus on the added command line examples for Windows users, and a useful cookbook for CLI commands.