Open in app

Sign In

Write

Sign In

Manu Kapoor
Manu Kapoor

20 Followers

Home

About

Pinned

Want to become an expert in Account Abstraction: ERC 4337 ?

Let’s understand it under the hood. Every article on Account Abstraction starts with EOA and Contract Account. Is it the right way to understand AA ? I differ. I’ve put in enough effort to avoid going too technical (coding part) for you to understand it like a breeze Hope it helps. So, using AA, basically, we’re…

Web3

14 min read

Want to become an expert in Account Abstraction: ERC 4337 ? Let’s understand it under the hood.
Want to become an expert in Account Abstraction: ERC 4337 ? Let’s understand it under the hood.
Web3

14 min read


Published in

Coinmonks

·Sep 10

From DeFi to NFT-Fi. What’s all the fuss ?

Ever wanted to invest in an ultra-expensive real estate 🏢…. BUT never had the funds💸? ➡️ Enter NFT-Fi You don’t need an IQ of 150+ to get it right that… NFT-Fi 🟰 DeFi ➕ NFT. In its simplest form, NFT-Fi provides DeFi services to the NFT owners. 4️⃣ most prominent…

Blockchain

3 min read

From DeFi to NFT-Fi. What’s all the fuss ?
From DeFi to NFT-Fi. What’s all the fuss ?
Blockchain

3 min read


Published in

Coinmonks

·Sep 10

Tokenization: The driver of Crypto’s next Bull-run

“$ 867 Trillion 💸will be disrupted by Blockchain”…..Yes, it’s ‘T’ rillion. And, Asset Tokenization stands at the heart of it. Tokenization: Biggest DeFi Game-Changer OR just another fad 🎈? First, what’s Asset tokenization, in layman’s terms ? (e.g.) your house 🛖is an asset to you. An NFT that has recorded…

Blockchain

2 min read

Tokenization: The driver of Crypto’s next Bull-run
Tokenization: The driver of Crypto’s next Bull-run
Blockchain

2 min read


Sep 9

Solidity X-Ray series : Mastering Storage — Final part

Let’s understand advance concepts of Contract Storage using Yul with the help of following sample code. //SPDX-License-Identifier: MIT pragma solidity ^0.8.19; contract StroageYul { uint256 a = 1; uint128 b = 2; uint120 c = 3…

Blockchain

5 min read

Solidity X-Ray series : Mastering Storage — Final part
Solidity X-Ray series : Mastering Storage — Final part
Blockchain

5 min read


Sep 8

Solidity X-Ray series : Mastering Storage — Part 2

Section # 1: Let’s learn about “Storage pointers/reference” now. What are these ? Put simply, these are “pointers” that point to a contract’s own storage. Well, “point to a contract’s own storage” deserves some more explanation. function setStudentData(StudentData storage studentData) public { // code } Storage pointers get “created” by using storage keyword…

Blockchain

6 min read

Solidity X-Ray series : Mastering Storage — Part 2
Solidity X-Ray series : Mastering Storage — Part 2
Blockchain

6 min read


Sep 6

Solidity X-Ray series : Mastering Storage — Part 1

What exactly is meant by “contract storage” ? It’s the storage place on a Smart Contract itself where it stores all its State Variables in storage slots in a permanent manner. Let’s break it down. State Variables — that are defined at the contract level itself and reside in Contract’s…

Blockchain

6 min read

Solidity X-Ray series : Mastering Storage — Part 1
Solidity X-Ray series : Mastering Storage — Part 1
Blockchain

6 min read


Sep 1

Solidity X-Ray series : Mastering ABI — Final part:

If you haven’t gone through part 2, I’d highly recommend you to do so here. How do we make external contract calls in Solidity? 2 functions play a pivotal role in that: abi.encodeWithSignature(args…); abi.encodeWithSelector(args…); Both of these functions return raw bytes data that further can be fed into Solidity’s low-level…

Solidity

3 min read

Solidity X-Ray series : Mastering ABI — Final part:
Solidity X-Ray series : Mastering ABI — Final part:
Solidity

3 min read


Aug 31

Solidity X-Ray series : Mastering ABI — Part 2:

Encoding and Decoding DATA If you haven’t checked part 1 of the article, I highly recommend to check it out here. ======== Now, we will see how data gets encoded in Solidity in standard and non-standard modes. But hey, what’s the purpose of knowing all this ? This lays the…

Solidity

4 min read

Solidity X-Ray series : Mastering ABI — Part 2:
Solidity X-Ray series : Mastering ABI — Part 2:
Solidity

4 min read


Aug 29

Solidity X-Ray series : Mastering ABI - Part 1

A Human can read / create a piece of code in a (high-level) language that she understands. But, a Machine can only understand a code in its own (low-level) machine language to execute it. This simply means that there must be a “Gateway” that does the conversion from a human…

Solidity

6 min read

Solidity X-Ray series : Mastering ABI - Part 1
Solidity X-Ray series : Mastering ABI - Part 1
Solidity

6 min read


May 8

My pitch to join SCH

My pitch to join SCH 1). Background: September 05, 2021, was the day when I started to read about Bitcoin 💸 to understand the fuss around it. Within a few days, I started feeling a Dopamine rush as I found myself deep diving into learning about Blockchain technology ⛓ It…

Careers

5 min read

My pitch to join SCH
My pitch to join SCH
Careers

5 min read

Manu Kapoor

Manu Kapoor

20 Followers

Coding, Sharing, Learning, BUIDLing.

Following
  • Solidity Academy

    Solidity Academy

  • Johnny Time

    Johnny Time

  • Officer's Notes

    Officer's Notes

  • Zaryab Afser

    Zaryab Afser

  • 🦄 ck.eth 🦄

    🦄 ck.eth 🦄

See all (31)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams