tosynthegeek.hashnode.devBuilding a Decentralized Todo List Application on EthereumWelcome to the exciting world of decentralized applications (dApps) on the Ethereum blockchain! In this step-by-step guide, we'll walk through the process of creating a decentralized todo list application using the Hardhat development framework. We w...Oct 6, 2023·8 min read
tosynthegeek.hashnode.devPractical Roadmap to Becoming a Scrypto Developer (Radix DLT)Introduction Scrypto is an asset-focused programming language that builds upon the foundation of Rust to enable developers to create powerful and versatile smart contracts specifically designed for the Radix Network. Scrypto retains the fundamental e...Sep 7, 2023·4 min read
tosynthegeek.hashnode.devTesting Solana Programs (Anchor) with MochaIntroduction Testing your programs is essential to ensure the reliability and functionality of your code and ensure it performs as intended. In this article, we will provide a comprehensive guide on writing tests using Mocha JS. We'll focus on a prog...Aug 31, 2023·4 min read
tosynthegeek.hashnode.devSolana Account Model: How your data and program are stored on SolanaIn the world of blockchain technology, Solana stands out for its innovative approach to storing data and executing programs. At the heart of this uniqueness lies the Solana Account Model – a concept that might initially seem challenging but holds the...Aug 30, 2023·3 min read
tosynthegeek.hashnode.devUnderstanding DOM Manipulation with JavaScriptDocument Object Model or DOM is a programming interface that allows JavaScript to manipulate elements in an HTML document. When an HTML code is loaded in a browser, the browser parses it. In order to make these web pages and HTML documents dynamic...Jul 5, 2023·9 min read