© 2023 Hashnode
#ethereum
Polygon, which started as a layer-2 scaling solution is now an ETHEREUM ECOSYSTEM and is slowly becoming the Ethereum's SHIELD. Let's see both Standalone and Ecosystem services it offer. Standalone B…
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…
Unlocking Ethereum liquidity is widely considered of paramount importance to any DeFi protocol’s success no matter the chain it chooses to launch on. This DefiLlama chart illustrates almost 60% of al…
Storage: Storage is the most straightforward concept to grasp because it is where all state variables are kept. Because the state of a contract can be changed (for example, within a function), storage…
For most developers who just start learning Web3 & Solidity, choosing the best development environment can be overwhelming and could become the learning progress barrier. In this article, we will learn how to set up a development environmen…
Objectives There's a pool as always, and it offers flash loans of DVT tokens. There's also a governance mechanism that controls the pool. The initial token supply is 2 million, and the pool has 1.5 mi…
Objectives There’s a pool offering rewards in tokens every 5 days for those who deposit their DVT tokens into it. There are 4 other participants who have already deposited some tokens and claimed thei…
Web3 technology, also known as decentralized web or blockchain web, is the next generation of the internet, where users have more control over their data and their online experience. The technology is…
It is possible to modify the values of reference types by using a variety of different names. This is in contrast to value types, where each time a value type variable is used, you get an independent …
Objective In this tutorial, we will connect to an Ethereum node (provided by infura) using the web3 crate and fetch the ether balance of a particular address. But wait, what is Infura and why do we ne…