© 2023 Hashnode
#solidity-basics
1. 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 envir…
If you’re a Solidity developer, you’ll be excited to hear that Truffle now supports console logging in Solidity smart contracts. While Truffle has long been a leader in smart contract development tooling—providing an easy-to-use environment…
Solidity 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 a…
An 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 …
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.…
What 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 use…
Introduction For over 6 months, I was a crypto research analyst for PrimeDAO gathering data about the validity, authenticity, and relevance of different web3 protocols presenting my analysis to users …
Photo by Shubham Dhage on Unsplash You might have heard of Web 3.0 but not have a full understanding of what it is. This might also be your first time coming across it. So, what is Web 3.0? In this article, we will learn exactly what Web 3.…
**Thinking of becoming a solidity developer in 2023 and don’t know how to go about it or where to start? Or Have you started your solidity Journey but don’t know the next step, or do you feel overwhel…
The accessibility of functions and variables in a smart contract can be managed using one of five visibility levels in the Solidity programming language. These levels of visibility are public, externa…