Akshaya Gangatharangr-akshaya.hashnode.dev·Oct 22, 2024Build Your Own Token Swap Contract in SoliditySwap Tokens In this tutorial, we’re gonna walk you through creating a dope token swap smart contract in Solidity. This bad boy lets users swap one ERC-20 token for another, all while collecting a little fee. Let’s get it! Prerequisites Before diving ...DiscussSolidity
Jeremiah Samuelmacdev.hashnode.dev·Aug 30, 2024Solidity: Send, Transfer, Call ExplainedSmart contracts changed the blockchain industry by enabling self-executing code that automatically enforces rules and obligations. Solidity, the primary programming language for Ethereum smart contracts, provides powerful constructs for interacting w...Discusssolidity basics
Parth Chauhanparthdev.hashnode.dev·Aug 4, 2024🧑💻 A Beginner’s Guide to Writing Smart Contracts with Solidity 🚀🛠️ Setting Up Your Development Environment We will use Remix IDE, an online integrated development environment, to write, deploy, and interact with smart contracts. No installation required! Just visit Remix IDE in your browser. ✍️ Writing Your Firs...DiscussSolidity
ASHDEEP SINGHarshthecoder.hashnode.dev·Jul 28, 2024OOPs in SolidityContract and Objects In Solidity, a contract is a fundamental building block of Ethereum applications. It is analogous to a class in object-oriented programming and can include state variables, functions, function modifiers, events, and struct types....DiscussBlockchainWeb3
ASHDEEP SINGHarshthecoder.hashnode.dev·Jul 21, 2024A simple wallet in solidityHi there folks.This week of learning blockchain was well spent in learning about wallet and implementing it. Here is what my friend ChatGPT says about walletIn the context of blockchain and cryptocurrencies, a wallet is a digital tool that allows use...DiscussBlockchainWeb3
Tapp AIforTapp.AItappai.hashnode.dev·May 28, 2024Understanding S.O.L.I.D. Principles for Clean Android CodeThe SOLID principles are a cornerstone of crafting clean, maintainable, and adaptable software. In the world of Android development, these principles become particularly important due to the often complex nature of mobile apps. Let's break down the S...Discuss·43 readsAndroidSOLID principles
Yash Guptayashcommits.hashnode.dev·May 8, 2024Introduction to SolidityWhy was Solidity language created? This is a very common question that might come to your mind, so we are going to address it before diving into the syntax of Solidity. There are already many general-purpose languages like JavaScript, C#, Java, C++, ...DiscussSolidity
Aapsi Khairaaapsi.hashnode.dev·Apr 29, 2024Solidity special comments: NatSpec documentation formatIntroduction Solidity, the programming language of the Ethereum blockchain, offers a unique feature known as the Ethereum Natural Language Specification Format (NatSpec). NatSpec allows developers to include rich documentation within their smart cont...Discuss·10 likesSolidity
Kshitij Khankakshitijkhanka.hashnode.dev·Apr 28, 2024Solidity basics for beginners — Week 6 of Learning.In this blog, we will be learning about the basics of Smart Contracts and Solidity, ranging from knowing datatype, functions, loops, etc to deploying our first ever Solidity smart contract. ps. I have planned to cover all the tokens and coins in deta...DiscussBlockchain
Aapsi Khairaaapsi.hashnode.dev·Apr 20, 2024Understanding the Difference: Solidity's Strict Pragma versus Floating PragmaGetting Started In the world of Solidity, where smart contracts reign supreme, the first line of defence against chaos is often the pragma directive. But what’s the fuss between strict and floating pragmas? Let’s dive into the nitty-gritty and uncove...Discuss·10 likesSolidity