© 2023 Hashnode
#evm
Blockchain technology has opened up a new world of possibilities for developers to create decentralized applications that can revolutionize various industries. Smart contracts are an essential compone…
Summary I leveraged Subsquid’s indexing framework to build my very own API that is able to process data on Fantom network, and map every tokenId to its corresponding Rave name, allowing for querying i…
Most of my time previously went for hackathon. Wans't able to submit for Filecoin Space Warp but followed up the same idea to ETHForAll hackathon. Called the project Trustmarket, didn't win any prizes…
Ethereum Virtual Machine (EVM) is a critical component of the Ethereum blockchain ecosystem. It is a virtual machine that executes code written in the Solidity programming language, which is used to c…
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…