Blockchain Devblockchaindev.xyz·Dec 11, 2024Strings (cadenas) en SolidityLos strings en Solidity comparten muchas características con los arrays, ya que bajo el capó son arrays de bytes. Sin embargo, trabajar con strings tiene sus propias particularidades en Solidity. ¡Vamos a explorarlas! Uso Básico de Strings En Solidi...Aprende Solidity de 0 a ExpertoBlockchain development
Saviour Ekingthesavioureking.hashnode.dev·Nov 27, 2024Mastering Solidity: My Transformative Journey into Blockchain DevelopmentIntroduction: Demystifying the Language of Decentralized Applications In the rapidly evolving world of blockchain technology, Solidity stands as a beacon of innovation, bridging the gap between traditional programming and the decentralized future. As...Web Development
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 ...Solidity
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...solidity 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...Solidity
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....BlockchainWeb3
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...BlockchainWeb3
Tapp 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...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++, ...Solidity
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...10 likesSolidity