Summary
Keywords
Full Transcript
**Description:** In this tutorial, we dive into creating your first Sui Move package! Learn how to use the Move CLI to scaffold a new package, understand the directory structure, write a simple "Hello, World!" module, and test your code effectively. 🔗 **Code Repository:** Access the full code and follow along with the examples here: [GitHub - Sui Move Tutorial: Hello World](https://github.com/blockchainBard101/sui-move-tutorial/tree/main/2-create-a-new-packge--hello_world) 📚 **What You'll Learn:** - How to create a new Move package with `sui move new` - Understanding the `Move.toml` manifest and named addresses - Writing and testing Move modules - Compiling and running tests for your Move project 🎥 **Additional Resources:** - Move Coding Conventions: [docs.sui.io](https://docs.sui.io/concepts/sui-move-concepts/conventions) - Move Book: [Your First Move Program](https://move-book.com/your-first-move/hello-world.html) 💡 Make sure to like, comment, and subscribe for more sui move blockchain development tutorials! #SuiMove #Blockchain #HelloWorld #MoveProgramming #SuiBlockchain
