Adetayo OmotomiwaforOmotomiwa's Blogtomiwa99.hashnode.net·Jan 12, 2023Hello World With SolidityWhat Is Solidity? Solidity is a high-level object-oriented programming language which is primarily used to write smart contracts. A Smart contract, on the other hand, is just solidity code that is used to interact with the Ethereum blockchain or any ...Arimoro Olamilekan Ezekiel and 1 other are discussing this2 people are discussing thisDiscuss·25 likes·79 readsSolidity
Daniel AnthonyforBlockchain Development Blogthenavigator.hashnode.net·Jan 26, 2023Solidity Tutorial: ArraysAn average user might wonder why we have so many brackets '{,(,[' but for some of us programmers and engineers it means so much. Today I will be talking about the '[]' brackets, their usage and their importance in solidity programming for blockchain ...Discuss·11 likes·69 readsSolidity
Amowe Olubusayoforamoweolubusayo.hashnode.net·Jan 26, 202310 Common Solidity Errors that Can Cost YouSolidity is a programming language used to write smart contracts on the Ethereum blockchain. Here are some of the most common Solidity errors developers make and code examples to help you understand and fix them. Reverting without an error message On...Discuss·7 likes·124 readsSolidity
Joseph OgunkunleforBuild with Josnifjosnif.hashnode.net·Apr 4, 2023Basics of Solidity (Part 2)Introduction Solidity is a high-level programming language used to write smart contracts on the Ethereum blockchain. Like other programming languages, Solidity supports various data types that are used to define the type and range of values that can ...DiscussSolidity
Joseph OgunkunleforBuild with Josnifjosnif.hashnode.net·Apr 4, 2023Basics of Solidity (Part 1)Solidity is a contract-oriented, high-level programming language for implementing smart contracts. Solidity is highly influenced by C++, Python, and JavaScript and has been designed to target the Ethereum Virtual Machine (EVM). Prerequisites Basic u...DiscussSolidity
Mrinmoy PorelforMrinmoy's blogmrinnnmoy.hashnode.net·Mar 19, 2023Beginners Guide To Solidity Programming.After learning the basics of Blockchain Technology, I decided to move forward and learn about the Solidity programming language. IDE Remix IDE, is a no-setup tool with a GUI for developing smart contracts. Used by experts and beginners alike. It will...Discuss·1 likeSolidity
Aditya BajajforAditya Bajajadityabajaj.hashnode.net·Feb 18, 2023Ethernaut - Walkthrough for Noobs - 1 - FallbackIn this series of articles, I will talk about how to solve the ethernaut challenge. I will explain the concepts to provide you with all the tools to solve the challenge on your own without revealing the solutions. In the end, however, I will provide ...Discuss·32 readsEthernaut - Walkthrough for Noobs Ethernaut
Onu Daniel Onyebuchiforonudaniel.hashnode.net·Feb 14, 2023Importing from NPM in solidityIn Solidity, importing external libraries is a way to reuse code and add functionality to smart contracts. External libraries can provide useful features such as encryption, tokenization, and oracle integration, among others. Importing external libra...DiscussSolidity
Sam-the-tutorforSam-the-tutorsamthetutor.hashnode.net·Feb 7, 2023What delete in solidity does is not what you think.When we hear the word delete, the first thing that comes to our mind is to make things disappear. And when we use it, we want to make things vanish completely be it files, text or anything. In the world of programming, different languages have differ...DiscussSolidity
EQ LabforEQ LABeqlab.hashnode.net·Jan 29, 2023Solidity Source Mapping1. Intro Contrary to its commonly-praised simplicity, Solidity is no joke. Don’t be deceived by its outward resemblance with general-purpose programming languages: Solidity and Ethereum run-time environment itself are fraught with many ‘traps and pit...Discuss·30 readsSolidity
Daniel AnthonyforBlockchain Development Blogthenavigator.hashnode.net·Jan 26, 2023Solidity Tutorial: ArraysAn average user might wonder why we have so many brackets '{,(,[' but for some of us programmers and engineers it means so much. Today I will be talking about the '[]' brackets, their usage and their importance in solidity programming for blockchain ...Discuss·11 likes·69 readsSolidity
Amowe Olubusayoforamoweolubusayo.hashnode.net·Jan 26, 202310 Common Solidity Errors that Can Cost YouSolidity is a programming language used to write smart contracts on the Ethereum blockchain. Here are some of the most common Solidity errors developers make and code examples to help you understand and fix them. Reverting without an error message On...Discuss·7 likes·124 readsSolidity
Enitan BelloforEnitan Bello's Blogjagaban.hashnode.net·Jan 18, 2023A Beginner's Guide to Solidity:Just a decade ago, it was difficult to imagine a world where you could create unique digital assets that could run on their own. A world where code takes the place of trust and there are no middlemen. Today, this world is no longer a figment of our i...Discuss·1 like·55 reads👨🏽🏫 TUTORIALSsolidity basics