Idris OlubisiforAxelar Developer Blogblog.axelar.dev·Jan 24, 2025ITS Hub Release Note: Everything You Need to KnowRelease Date: January 2025 Status: Live on Mainnet We’re thrilled to announce the launch of ITS Hub, a significant leap forward in blockchain interoperability. ITS Hub builds on the foundation of the Interchain Token Service (ITS) by introducing a ce...11 likes·185 readsaxelar
Emmanuel Amoobandojay.hashnode.dev·Jan 19, 2025The Growing Sui Ecosystem: DeFi, NFTs, and Web3 ApplicationsIntroduction The blockchain ecosystem has rapidly expanded with several new chains, protocols, and frameworks. Sui stands out as one of the most exciting developments in recent years, thanks to its low latency, innovative architecture, and developer-...Blockchain
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...30 readsSui 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...Sui
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...44 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...Sui 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. ...Sui 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...1 like·59 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...43 readsSui 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,...33 readsSui Blockchain and Move LanguageSui