Skip to content

Commit c2eae30

Browse files
Fix CI
1 parent 1e40eb5 commit c2eae30

8 files changed

+15
-15
lines changed

cards/Decentralized finance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ DeFi operates on the foundation of blockchain technology and [[Smart contract]]s
8787

8888
- [[Smart contract]]
8989
- [[Ethereum]] (the primary platform for DeFi)
90-
- [[Yield Farming]]
90+
- [[Yield farming]]
9191
- [[Stablecoin]]
9292
- [[Oracle]]
9393
- [[Wallet]]

cards/Ethereum.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Ethereum is a decentralized, open-source blockchain platform that enables the cr
77
- **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.
88
- **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.
99
- **Official Website:** [Official Ethereum Website](https://ethereum.org)
10-
- **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)).
1111

1212
## Key Features
1313

1414
- **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.
1515
- **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.
1717
- **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]].
1818
- **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.
2020

2121
## Technology
2222

@@ -77,15 +77,15 @@ Ethereum is often compared to other blockchain platforms, each with different de
7777
- **[[Avalanche]]:** Uses a novel consensus protocol to achieve fast finality and supports subnetworks for custom blockchain creation.
7878
- **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.
7979

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.
8181

8282
## Related Concepts
8383

8484
- [[Beacon chain]]
8585
- [[Dencun upgrade]]
8686
- [[EIP-1559]]
8787
- [[EVM]]
88-
- [[Pectra Upgrade]]
88+
- [[Pectra upgrade]]
8989
- [[Proof of stake]]
9090
- [[Rollup]]
9191
- [[Smart contract]]
@@ -97,7 +97,7 @@ Ethereum's approach to scaling via Layer 2 solutions and its continuous protocol
9797

9898
## Latest Updates
9999

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.
101101
- **[[Dencun upgrade]] (March 2024):** Introduced Proto-Danksharding with blob transactions, significantly reducing Layer 2 data posting costs.
102102
- **[[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.
103103
- **London Hard Fork (August 2021):** Implemented [[EIP-1559]], overhauling the transaction fee market and introducing ETH burning.

cards/Etherscan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The primary [Etherscan.io](https://etherscan.io/) platform enables users to:
1515
- Search for transactions by hash, block number, or address.
1616
- Inspect wallet addresses and their token balances, transaction history, and interactions with smart contracts.
1717
- 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).
1919
- Monitor network status via the [Node Tracker](https://etherscan.io/nodetracker).
2020
- Look up [[ENS|ENS domains]] using the [Domain Lookup](https://etherscan.io/name-lookup).
2121
- Utilize the [Etherscan Chrome Extension](https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn) for direct browser interaction with the blockchain.

cards/Lazarusbounty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Overview
66

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.
88

99
## Reward Structure
1010

cards/OpenZeppelin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OpenZeppelin is a leading name in the blockchain space, renowned for providing a
1111

1212
OpenZeppelin provides several key components and services to the Web3 community:
1313

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.
1515
- **OpenZeppelin Defender:** A platform for automating smart contract operations, including secure administration, monitoring, and incident response.
1616
- **Security Audits:** OpenZeppelin is a respected provider of smart contract security audits, helping projects identify vulnerabilities before deployment.
1717
- **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:
7474
- [[Solidity]]
7575
- [[Ethereum]]
7676
- [[EVM]]
77-
- [[ERC Standards]] (e.g., ERC20, ERC721, ERC1155)
78-
- [[Upgradeable Smart Contracts]]
77+
- [[Erc standards]] (e.g., ERC20, ERC721, ERC1155)
78+
- [[Upgradeable smart contracts]]

cards/SUI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

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.
66

77
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.
88

cards/Tezos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ For more information, visit the [official Tezos website](https://tezos.com/).
3939

4040
- [[Proof of stake]]
4141
- [[Smart contract]]
42-
- [[On-chain governance]]
42+
- [[Onchain governance]]

cards/zkKYC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1. **User:** The individual who needs to prove certain attributes about themselves.
1515
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").
1616
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.
1818

1919
### How zkKYC Works (Generalized Flow)
2020

0 commit comments

Comments
 (0)