diff --git a/docs/tools/developer-tools/cli/install-cli.mdx b/docs/tools/developer-tools/cli/install-cli.mdx index 621f0efa4..71b67f1a1 100644 --- a/docs/tools/developer-tools/cli/install-cli.mdx +++ b/docs/tools/developer-tools/cli/install-cli.mdx @@ -44,6 +44,11 @@ To enable autocomplete permanently, run: echo "source <(stellar completion --shell bash)" >> ~/.bashrc ``` -## See Video Tutorial +## Stellar CLI Cookbook -Video Tutorial: https://developers.stellar.org/meetings/2024/06/27 +To understand how to get the most of the Stellar CLI, see the [Stellar CLI Cookbook](https://github.com/stellar/stellar-cli/tree/main/cookbook) for recipes and a collection of resources to teach you how to use the CLI. Examples of recipes included in the CLI cookbook include: send payments, manage contract lifecycle, extend contract instance/storage/wasm, and more. + +## Video Tutorials + +- Video Tutorial on `network container`, `keys`, and `contract init`: https://developers.stellar.org/meetings/2024/06/27 +- Video Tutorial on `alias` and `snapshot`: https://developers.stellar.org/meetings/2024/09/12 diff --git a/docs/tools/developer-tools/lab/README.mdx b/docs/tools/developer-tools/lab/README.mdx index 464b1f58c..087782c30 100644 --- a/docs/tools/developer-tools/lab/README.mdx +++ b/docs/tools/developer-tools/lab/README.mdx @@ -26,6 +26,10 @@ Stellar Lab is our new go-to tool for development, experimenting, and testing, a These are the features that are available now. There will be more upcoming features to support smart contracts. We look forward to showing you the future of Stellar Lab. +### Video Tutorial for Stellar Lab + +- Video Tutorial for Lab: https://developers.stellar.org/meetings/2024/11/14 + ### What About the Old Lab? In case you need it, the previous version of Stellar Lab is still accessible [here](https://old-lab.stellar.org). However, it will no longer be actively maintained. We encourage you to explore the new Lab and if you think there is anything that’s missing, please reach out to us Stellar Github.