How to get started with contributing to Open Source Documentation as a Technical WriterOct 2, 2023·9 min read·22
Beyond the Walls: Explore Universal Blockchain Interoperability with HyperlaneThe state of blockchain interoperability today is limited by the rigid capabilities of the existing interoperability protocols. These protocols have limits on the blockchains they connect and their customizability. These existing protocols are permis...Apr 30, 2024·7 min read·6
Consensus Mechanisms in BlockchainAs a Web2 developer transitioning to Web3, you would have heard about how Web3 is decentralized, permissionless, trustless, and all of that. Coming from Web2, you might ask, since the blockchain is not governed by a single/central entity, how then is...Aug 2, 2023·8 min read·11
Mappings in SolidityIntroduction In Solidity, mappings are a way to organize data. They work like a dictionary by assigning a 'key' to the data you want to store, known as the 'value', to make it easy to look up and retrieve the stored data. This guide aims to provide a...Jul 26, 2023·6 min read·35
Understanding Classes in JavaScriptIn JavaScript, classes are a way to define a template from which you can create objects that have similar property values as that class; and also define methods that can be applied to those objects. Its main purpose is to promote code reusability. In...Jun 19, 2023·5 min read·84
How to deploy a Smart Contract to Linea with BrownieBrownie is a Python-based development and testing framework for Ethereum smart contracts. It provides support for smart contracts written in Solidity or Vyper, as well as an efficient environment for writing, compiling, deploying, and testing smart c...Jun 15, 2023·4 min read·15
Deploying the DocumentationWelcome to the final part of this tutorial! If you're here, then you're done with the complex part of this documentation process, and you can relax your shoulders. It is assumed that you are done making changes to the documentation you created, and a...Jun 8, 2023·3 min read·38
Customizing and Writing DocumentationWelcome to Part 3! a.k.a the longest part of this tutorial :) If you're here, it means you have a documentation project set up, and you want to customize the appearance of your website and fill it with the content to be displayed, so let's get starte...Jun 5, 2023·7 min read·68