You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cards/Ethereum.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ Ethereum is a decentralized, open-source blockchain platform that enables the cr
7
7
-**Problem Solved:** Ethereum addresses the limitations of earlier blockchains like Bitcoin by providing a Turing-complete execution environment (the [[EVM]]), allowing for complex, arbitrary code to be run on the blockchain. This enables trustless, programmable transactions and the creation of sophisticated dApps, moving beyond simple peer-to-peer electronic cash systems.
8
8
-**Value Proposition:** As the most widely adopted smart contract platform, Ethereum boasts the largest and most active developer ecosystem, a vast network effect, and a proven track record of innovation and resilience. Its continuous evolution ensures it remains at the forefront of blockchain technology.
-**Status:** Live, with a roadmap of significant ongoing and future upgrades (e.g., The Merge (completed), [[Dencun upgrade]] (completed), [[Pectra Upgrade]] (upcoming)).
10
+
-**Status:** Live, with a roadmap of significant ongoing and future upgrades (e.g., The Merge (completed), [[Dencun upgrade]] (completed), [[Pectra upgrade]] (upcoming)).
11
11
12
12
## Key Features
13
13
14
14
-**Smart Contracts:** Self-executing programs deployed on the blockchain that automate agreements and processes. They are the backbone of dApps, enabling complex logic for DeFi, NFTs, DAOs, and countless other applications.
15
15
-**Ethereum Virtual Machine ([[EVM]]):** The sandboxed runtime environment that executes Ethereum smart contracts. Its design ensures that code execution is deterministic and isolated, providing a universal standard for smart contract deployment and interaction across the network and EVM-compatible chains.
16
-
-**Account Abstraction (AA):** Aims to make user accounts (Externally Owned Accounts - EOAs) more flexible and programmable, similar to smart contracts. EIPs like those in the [[Pectra Upgrade]] (e.g., EIP-7702) will allow EOAs to initiate operations like transaction batching and gas sponsorship, significantly improving user experience.
16
+
-**Account Abstraction (AA):** Aims to make user accounts (Externally Owned Accounts - EOAs) more flexible and programmable, similar to smart contracts. EIPs like those in the [[Pectra upgrade]] (e.g., EIP-7702) will allow EOAs to initiate operations like transaction batching and gas sponsorship, significantly improving user experience.
17
17
-**Staking & [[Proof of stake]] (PoS):** Following [[The Merge]], Ethereum transitioned to a PoS consensus mechanism. Users can stake their ETH to participate as [[Validator]]s, proposing and attesting to new blocks, securing the network, and earning ETH rewards. This is managed by the [[Beacon chain]].
18
18
-**Scalability Solutions:** Ethereum actively supports and fosters a multi-pronged approach to scalability, primarily through Layer 2 solutions like [[Rollup]]s ([[Optimism]], [[Arbitrum]], [[Linea]]) that process transactions off-chain and post data back to Ethereum. Upgrades like the [[Dencun upgrade]] (introducing blobspace) significantly reduce data posting costs for L2s.
19
-
-**Upgradeable Protocol & Roadmap:** Ethereum evolves through a community-driven process of Ethereum Improvement Proposals (EIPs) and network upgrades (hard forks). Key past upgrades include The Merge (PoS transition) and London ([[EIP-1559]]). Future upgrades like [[Pectra Upgrade]] continue this evolution, focusing on areas like staking, account abstraction, and further scalability enhancements.
19
+
-**Upgradeable Protocol & Roadmap:** Ethereum evolves through a community-driven process of Ethereum Improvement Proposals (EIPs) and network upgrades (hard forks). Key past upgrades include The Merge (PoS transition) and London ([[EIP-1559]]). Future upgrades like [[Pectra upgrade]] continue this evolution, focusing on areas like staking, account abstraction, and further scalability enhancements.
20
20
21
21
## Technology
22
22
@@ -77,15 +77,15 @@ Ethereum is often compared to other blockchain platforms, each with different de
77
77
-**[[Avalanche]]:** Uses a novel consensus protocol to achieve fast finality and supports subnetworks for custom blockchain creation.
78
78
-**EVM-Compatible Chains (e.g., [[BNB chain]], [[Polygon]]):** These chains leverage Ethereum's [[EVM]], allowing for easy porting of Ethereum dApps. They often offer lower fees and faster transactions but might have different decentralization or security trade-offs compared to Ethereum mainnet. Ethereum's strategy incorporates Layer 2 solutions as the primary scaling method while maintaining its security and decentralization.
79
79
80
-
Ethereum's approach to scaling via Layer 2 solutions and its continuous protocol upgrades (like [[Dencun upgrade]] and the upcoming [[Pectra Upgrade]]) aim to maintain its leading position while addressing its historical limitations.
80
+
Ethereum's approach to scaling via Layer 2 solutions and its continuous protocol upgrades (like [[Dencun upgrade]] and the upcoming [[Pectra upgrade]]) aim to maintain its leading position while addressing its historical limitations.
81
81
82
82
## Related Concepts
83
83
84
84
-[[Beacon chain]]
85
85
-[[Dencun upgrade]]
86
86
-[[EIP-1559]]
87
87
-[[EVM]]
88
-
-[[Pectra Upgrade]]
88
+
-[[Pectra upgrade]]
89
89
-[[Proof of stake]]
90
90
-[[Rollup]]
91
91
-[[Smart contract]]
@@ -97,7 +97,7 @@ Ethereum's approach to scaling via Layer 2 solutions and its continuous protocol
97
97
98
98
## Latest Updates
99
99
100
-
-**[[Pectra Upgrade]] (Upcoming ~Q1 2025):** Next major upgrade focusing on staking improvements (EIP-7251, EIP-7002), Account Abstraction enhancements (EIP-7702), and further L2 scaling support.
100
+
-**[[Pectra upgrade]] (Upcoming ~Q1 2025):** Next major upgrade focusing on staking improvements (EIP-7251, EIP-7002), Account Abstraction enhancements (EIP-7702), and further L2 scaling support.
101
101
-**[[Dencun upgrade]] (March 2024):** Introduced Proto-Danksharding with blob transactions, significantly reducing Layer 2 data posting costs.
102
102
-**[[The Merge]] (September 2022):** Ethereum successfully transitioned from Proof-of-Work to [[Proof of stake]] consensus, drastically reducing energy consumption by ~99.95% and changing ETH issuance dynamics.
103
103
-**London Hard Fork (August 2021):** Implemented [[EIP-1559]], overhauling the transaction fee market and introducing ETH burning.
Copy file name to clipboardExpand all lines: cards/Etherscan.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The primary [Etherscan.io](https://etherscan.io/) platform enables users to:
15
15
- Search for transactions by hash, block number, or address.
16
16
- Inspect wallet addresses and their token balances, transaction history, and interactions with smart contracts.
17
17
- View and verify smart contract source code.
18
-
- Track [[Gas Price|gas prices]] using the [Etherscan Gas Tracker](https://etherscan.io/gastracker).
18
+
- Track [[Gas price]] using the [Etherscan Gas Tracker](https://etherscan.io/gastracker).
19
19
- Monitor network status via the [Node Tracker](https://etherscan.io/nodetracker).
20
20
- Look up [[ENS|ENS domains]] using the [Domain Lookup](https://etherscan.io/name-lookup).
21
21
- Utilize the [Etherscan Chrome Extension](https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn) for direct browser interaction with the blockchain.
Copy file name to clipboardExpand all lines: cards/Lazarusbounty.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Overview
6
6
7
-
[Lazarus Bounty](https://www.lazarusbounty.com/) is a collaborative program launched to counter North Korean state-sponsored hacking group Lazarus (also known as APT38 or HIDDEN COBRA), which has stolen over $3 billion in cryptocurrency assets often used to fund North Korea's weapons programs. The program incentivizes the identification and reporting of Lazarus-associated wallets through substantial financial rewards, with its importance highlighted by a recent incident [[ByBit's $1.4 Billon ETH Hack]] where approximately 1.4 billion ETH was stolen from Bybit in an attack believed to be linked to the group.
7
+
[Lazarus Bounty](https://www.lazarusbounty.com/) is a collaborative program launched to counter North Korean state-sponsored hacking group Lazarus (also known as APT38 or HIDDEN COBRA), which has stolen over $3 billion in cryptocurrency assets often used to fund North Korea's weapons programs. The program incentivizes the identification and reporting of Lazarus-associated wallets through substantial financial rewards, with its importance highlighted by a recent incident ByBit's $1.4 billon ETH hack where approximately 1.4 billion ETH was stolen from Bybit in an attack believed to be linked to the group.
Copy file name to clipboardExpand all lines: cards/OpenZeppelin.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ OpenZeppelin is a leading name in the blockchain space, renowned for providing a
11
11
12
12
OpenZeppelin provides several key components and services to the Web3 community:
13
13
14
-
-**OpenZeppelin Contracts:** A library of modular, reusable, and secure smart contracts written in Solidity. This includes implementations for various [[ERC Standards|ERC token standards]], access control mechanisms (e.g., Ownable, Role-Based Access Control), security utilities (e.g., ReentrancyGuard, Pausable), and more. These contracts are heavily audited and community-vetted.
14
+
-**OpenZeppelin Contracts:** A library of modular, reusable, and secure smart contracts written in Solidity. This includes implementations for various [[Erc standards]], access control mechanisms (e.g., Ownable, Role-Based Access Control), security utilities (e.g., ReentrancyGuard, Pausable), and more. These contracts are heavily audited and community-vetted.
15
15
-**OpenZeppelin Defender:** A platform for automating smart contract operations, including secure administration, monitoring, and incident response.
16
16
-**Security Audits:** OpenZeppelin is a respected provider of smart contract security audits, helping projects identify vulnerabilities before deployment.
17
17
-**OpenZeppelin Upgrades Plugins:** Tools to help manage and deploy upgradeable smart contracts, allowing for bug fixes and feature additions post-deployment without losing state or requiring complex migrations.
@@ -74,5 +74,5 @@ Understanding OpenZeppelin is closely tied to:
Copy file name to clipboardExpand all lines: cards/SUI.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
SUI is a high-performance Layer 1 blockchain platform developed by [[Mysten Labs]]. It utilizes the [[Move]] programming language, which was originally developed by Facebook (now Meta) for its Diem (formerly [[Libra]]) project. The Move language is designed to offer a secure and verifiable environment for [[Smart contract]] programming, addressing the security and scalability issues of traditional smart contract languages.
5
+
SUI is a high-performance Layer 1 blockchain platform developed by [[Mysten labs]]. It utilizes the [[Move]] programming language, which was originally developed by Facebook (now Meta) for its Diem (formerly [[Libra]]) project. The Move language is designed to offer a secure and verifiable environment for [[Smart contract]] programming, addressing the security and scalability issues of traditional smart contract languages.
6
6
7
7
After the discontinuation of the [[Diem]] project, the Move language continued to evolve and has been adopted by emerging blockchain platforms like SUI. By leveraging Move's advantages, SUI aims to enhance blockchain throughput and reduce latency, tackling the performance bottlenecks of existing systems. This makes it suitable for a wide range of applications, including decentralized finance ([[Decentralized finance|DeFI]]), gaming, and [[NFT]]s.
Copy file name to clipboardExpand all lines: cards/zkKYC.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
1.**User:** The individual who needs to prove certain attributes about themselves.
15
15
2.**Identity Provider (IdP) / Attester:** A trusted entity (e.g., a government agency, a specialized KYC service, a bank) that has already verified the user's identity through traditional means and can issue cryptographic attestations or credentials about the user (e.g., "User X is a resident of Country Y").
16
16
3.**Verifier / Service Provider:** The entity that needs to check if the user meets certain KYC criteria (e.g., a [[Decentralized finance]] protocol, an exchange).
17
-
4.**Zero-Knowledge Proof System:** The underlying cryptographic technology (e.g., [[Zero Knowledge Succinct Non Interactive Argument of Knowledge|zk-SNARKs]], zk-STARKs) that allows the user to generate a proof of an assertion without revealing the underlying data.
17
+
4.**Zero-Knowledge Proof System:** The underlying cryptographic technology (e.g., [[Zero knowledge succinct non interactive argument of knowledge]], zk-STARKs) that allows the user to generate a proof of an assertion without revealing the underlying data.
0 commit comments