malimacode.hashnode.devIntroduction to Superchain with a Focus on the Lisk BlockchainIn the evolving world of blockchain technology, scalability and interoperability have become key challenges. One promising approach to addressing these issues is the concept of Superchains, a network of interconnected blockchains that collaborate to ...Jul 15, 2025·5 min read
malimacode.hashnode.devBuilding a Decentralized Application: A Detailed Web3 TutorialIntroduction Welcome to this comprehensive Web3 tutorial. In this guide, we will create a front-end UI using Next.js to interact with a Solidity smart contract deployed on the Ethereum blockchain. We will use the Web3 library to fetch data from the b...Jul 5, 2024·5 min read
malimacode.hashnode.devUnderstanding Relaying in the Gelato Network: A Beginner-Friendly GuideIntroduction In the rapidly evolving landscape of blockchain technology, the Gelato Network stands out as a robust automation protocol, allowing developers to create applications that automatically execute actions on Ethereum, such as sending funds o...Sep 29, 2023·3 min read
malimacode.hashnode.devA step-by-step guide on how to create a simple ERC20 contract to mint 100 tokenTo create and deploy an ERC20 contract and mint at least 100 tokens using Hardhat, you can follow these step-by-step instructions: Install Hardhat: Make sure you have Node.js installed on your machine. Open your terminal and run the following comm...Sep 29, 2023·2 min read
malimacode.hashnode.devBuilding an NFT Marketplace with Alchemy SDK: A Comprehensive GuideIntroduction Alchemy is a powerful blockchain infrastructure provider that offers a comprehensive suite of tools and services for building applications on the Ethereum blockchain. One of their key offerings is the Alchemy SDK, which provides develope...Sep 19, 2023·4 min read