All topics
⛓️

Blockchain & Web3

Decentralized protocol standards: Ethereum EIPs/ERCs, Bitcoin BIPs, W3C DIDs, Verifiable Credentials, and Sign-in with Ethereum.

Blockchain & Web3
10
Must Know
4
Should Know
0
Niche

Must Know

10 specs
JSON-RPC 2.0RFCMust Know

JSON-RPC 2.0

All Ethereum JSON-RPC APIs (Infura, Alchemy, local nodes, MetaMask) use JSON-RPC 2.0. You need to know the protocol to interact with EVM chains.

BlockchainBlockchain & Web3
Details
EIP-1EIPMust Know

EIP-1

Understanding EIP-1 gives you the map for reading all other EIPs. Know which type a given EIP is (Core, Networking, Interface, ERC) and what Final vs Draft status means.

BlockchainBlockchain & Web3
Details
EIP-20EIPMust Know

ERC-20

ERC-20 is the most widely deployed standard in the Ethereum ecosystem. Every DeFi integration, exchange, and wallet interacts with ERC-20 tokens constantly.

BlockchainBlockchain & Web3
Details
EIP-721EIPMust Know

ERC-721

NFTs, digital ownership, gaming assets, and on-chain certificates all use ERC-721. The standard that launched the NFT market.

BlockchainBlockchain & Web3
Details
EIP-712EIPMust Know

EIP-712

EIP-712 is the standard for secure off-chain message signing used in permit() flows, meta-transactions, and Sign-In with Ethereum. Prevents blind signing attacks.

BlockchainBlockchain & Web3
Details
EIP-1559EIPMust Know

EIP-1559

EIP-1559 is how Ethereum gas fees work since London fork (2021). Required knowledge for estimating transaction costs, building gas estimation into apps, and understanding ETH supply.

BlockchainBlockchain & Web3
Details
EIP-4361EIPMust Know

SIWE

SIWE is the Web3 equivalent of Sign-In with Google. Enables dApps to authenticate users via their Ethereum address without a password, using their wallet signature.

BlockchainBlockchain & Web3
Details
BIP-32BIPMust Know

BIP-32

Every modern cryptocurrency wallet (Ledger, Trezor, MetaMask, Coinbase Wallet) uses BIP-32 for key derivation. The foundation of the seed phrase model.

BlockchainBlockchain & Web3
Details
BIP-39BIPMust Know

BIP-39

Seed phrases are the primary backup mechanism for all HD wallets. BIP-39 defines the 12/24 word format, wordlist, and checksum — everything about the backup experience.

BlockchainBlockchain & Web3
Details
BIP-44BIPMust Know

BIP-44

Derivation paths determine which addresses you get from a seed phrase on each chain. BIP-44 paths (m/44'/60'/0'/0/0 for ETH) explain why the same seed gives different addresses on different wallets.

BlockchainBlockchain & Web3
Details

Should Know

4 specs
W3C DID 1.0W3CShould Know

DID Core

DIDs are the foundation of self-sovereign identity (SSI) and Web3 identity. They underpin Verifiable Credentials, Sign-In with Ethereum, and many blockchain identity schemes.

BlockchainProductBlockchain & Web3
Details
W3C VC 2.0W3CShould Know

VC Data Model

The W3C standard for digital credentials. Increasingly important for identity verification, age proofs, academic credentials, and government ID use cases.

BlockchainProductBlockchain & Web3
Details
EIP-1155EIPShould Know

ERC-1155

More gas-efficient than deploying separate ERC-20 + ERC-721 contracts. Standard for gaming, semi-fungible assets, and multi-edition NFTs.

BlockchainBlockchain & Web3
Details
EIP-721 AppendixEIPShould Know

ERC-721 Metadata

Every NFT's display (image, name, description, traits) is driven by this metadata schema. Off-chain storage of this JSON (IPFS, Arweave, HTTP) is a critical design decision.

BlockchainBlockchain & Web3
Details