Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 2024-09-12.mdx #977

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions meeting-notes/2024-09-12.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: '2024-09-12'
authors: carstenjacobsen
tags: [developer]
---

<iframe src="https://drive.google.com/file/d/1raU1Z9EQBLCkkuUO9yyF8yD2l_3nwk4a/preview" width="640" height="480" allow="autoplay"></iframe>

Agenda: [Discord thread](https://discord.com/channels/897514728459468821/900374272751591424/1282934024892973077)

Developer Experience team member Nando Vieira introduced the CLI features alias and snapshot:

1. alias
carstenjacobsen marked this conversation as resolved.
Show resolved Hide resolved
1. Install of Hello World example for showcasing alias
2. Showed examples of how contract IDs are often passed as parameters in CLI commands like invoke (copying ID string or command substitution)
3. How to deploy a smart contract and create an alias
4. How to invoke the smart contract with the alias
2. snapshot
carstenjacobsen marked this conversation as resolved.
Show resolved Hide resolved
1. How to create a ledger snapshop
2. 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.
5 changes: 5 additions & 0 deletions meeting-notes/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ anataliocs:
title: Senior Developer Advocate
url: https://github.com/anataliocs
image_url: https://avatars.githubusercontent.com/u/4750426?v=4
carstenjacobsen:
name: Carsten Jacobsen
title: Senior Developer Advocate
url: https://github.com/carstenjacobsen
image_url: https://avatars.githubusercontent.com/u/4585552?v=4
Loading