Jay Nalamblog.jnalam.dev·Aug 27, 2024Sui - Clock ObjectHello everyone.. Welcome to another day of exploring Web3 Engineering. In our series, we are learning about Sui language and how to write smart contracts using Move language. So far, we have already covered the basic and necessary concepts that are r...DiscussSui Blockchain and Move LanguageSui
Jay Nalamblog.jnalam.dev·May 2, 2024Sui - Soul-bound ObjectHello Everyone... Welcome to another day in exploring Web3 Engineering. In today's article, let us understand the concept of Soul-bound objects and how to implement them in our contracts. So, without any further ado, let's get started. What is a Soul...DiscussSui
Jay Nalamblog.jnalam.dev·Apr 30, 2024Sui Move Language - PTBsHello Everyone. Welcome to another day of exploring Web3 Engineering. Today we are going to look into the Sui's Programmable Transaction Blocks (PTB) and how to make use of them. So, without any further ado, let's get started. Programmable Transactio...Discuss·27 readsSui Blockchain and Move LanguageSui
Jay Nalamblog.jnalam.dev·Apr 26, 2024Sui Move Language - TestingHello everyone. Welcome to another day of exploring Web3 Engineering. In this series, we are learning smart contract development for Sui blockchain network using Move language. In the previous blog, I have shown you how to write your first smart cont...DiscussSui Blockchain and Move LanguageSui
Jay Nalamblog.jnalam.dev·Apr 24, 2024Sui Move Language - Counter ContractHello Everyone.. Welcome to another day of exploring Web3 Engineering. In our series, we are exploring the Sui Move language and it's features. In today's article, let us write our first smart contract. So, without any further ado, lets get started. ...DiscussSui Blockchain and Move LanguageSui
Jay Nalamblog.jnalam.dev·Apr 22, 2024Sui Move Language - Assertions & Error HandlingHello everyone.. Welcome to another day of exploring Web3 Engineering. In this series, we are looking into the move language for developing smart contracts on Sui blockchain. So, without any further ado, let us get started. Just like any other langua...Discuss·1 like·39 readsSui
Jay Nalamblog.jnalam.dev·Apr 16, 2024Sui Move Language - Imports, aliases, ConstantsHello everyone.. Welcome to another day of exploring Web3 Engineering. In this series, we are learning the Move language for smart contract development on Sui blockchain. In this article, let understand on how to import another packages into our curr...DiscussSui Blockchain and Move LanguageSui
Jay Nalamblog.jnalam.dev·Apr 15, 2024Sui Move Language - StructsHello Everyone.. Welcome to another day of exploring Web3 Engineering. Today we are gonna explore the structs on move language. What are Structs ? A struct is a user-defined data structure containing typed fields. Structs can store any non-reference,...DiscussSui Blockchain and Move LanguageSui
Jay Nalamblog.jnalam.dev·Apr 12, 2024Sui Move language - FunctionsHello everyone.. Welcome to another day in in exploring Web3 Engineering. Since we are exploring the Move language for Sui Smart contract development. Today, let us look into the different types of functions provided by the language, function declara...DiscussSui Blockchain and Move Languagemovelang
Jay Nalamblog.jnalam.dev·Apr 10, 2024Sui Move Language - Control FlowHello everyone.. Welcome to another day of exploring Web3 Engineering. In this series, we are learning the Move smart contracts for the Sui blockchain network. In our previous article, we had a look into the datatypes, variable declarations on move l...Discuss·38 readsSui Blockchain and Move LanguageBlockchain