© 2023 Hashnode
#evm
Continued work on job board, added pagination and forms. As for uniswap not much further progress. Finished chap 13 of Mastering Ethereum book. It breifly talked about EVM architecture and Ethereum wo…
Starting this multi-month Web3 journey by learning in public. Goals for first month : Successfully pull through Filecoin FEVM space warp hackathon by ETHGlobal Dive deep into Defi by building clones…
Summary I leveraged Subsquid's indexing framework to build my very own API that maps an ENS name to its tokenId and vice versa. Why this is needed or important? Read below 😉 The project discussed in …
To better write Solidity code, creating projects with some utility is often advised. In this article, we will write a crowdfunding smart contract that allows the contract deployer to gather funds for …
In this episode, you will briefly learn a broad definition of Enums and Struct, Their applications and their usage in writing smart contracts. Enum Enums in Solidity is a way to define a new custom da…
Last year I curated a series of videos for a partner project to introduce Subsquid and explain its core concepts, starting from the basics, up to some less-known features. With the new year, I decided…
Subsquid is the team behind squids, a new standard for Web3 data extraction and transformation. Squids already power hundreds of applications across dozens of EVM, Substrate, and WASM-based chains. Wi…
The Ethereum virtual machine (EVM) which is often referred to as “the heart of Ethereum” grants developers the ability to create smart contracts and DApps in the programming language. In this article,…
Shardeum is an EVM (Ethereum Virtual Machine) Compatible, smart contract platform which is designed to linearly scale while maintaining true decentralization and solid security through the use of dyna…
What is an EVM? EVM or "Ethereum Virtual Machine" is a decentralized virtual machine that is run on the Ethereum blockchain. It is a runtime environment for smart contracts, which are self-executing c…