Skip to content

Commit

Permalink
12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
happylucie committed Dec 10, 2024
1 parent 8137c8c commit 19bf673
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions happylucie.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,54 @@ timezone: Asia/Shanghai
### 2024.12.10


<!-- Content_END -->
---
timezone: Asia/Shanghai
---

# {Lucie}

1. 程序员,社区新人,第一次参加这样的学习活动,非常期待!
2. 可以的,不懂就问

## Notes

<!-- Content_START -->

### 2024.12.10
#### Why Arbitrum?
以太坊如果想真正去中心化,就应该reasonably accessible for anyone。
所以,交易吞吐量注定不能太大。

#### What's Arbitrum?
以太坊扩展解决方案套件,使得部署和使用去中心化应用更加容易。
**Arbitrum Rollup** A protocol for scaling Ethereum smart contracts.
**Arbitrum AnyTrust** A protocol for scaling Ethereum smart contracts even further, with a mild trust assumption.
**Arbitrum Nitro** The node software that codifies the Rollup and AnyTrust protocols.
**Arbitrum nodes** Machines that run Nitro in order to service and/or interact with an Arbitrum chain.
**Arbitrum One** A public Rollup chain.
**Arbitrum Nova** A public AnyTrust chain.
**Arbitrum bridge** Let you move ETH and ERC-20 tokens between Ethereum, Arbitrum, and select Orbit chains.
**Arbitrum Orbit** Let you run your own Rollup and AnyTrust chains.
**Arbitrum Stylus** Let you write EVM-compatible smart contracts in Rust and any other language that compiles to Wasm.

**核心特点**
1. 优化的扩展性
通过将大部分交易计算和数据存储移至 Layer 2,减轻以太坊主网的负担。
支持数千笔每秒的交易,而主网的吞吐量仅为数十笔。
2. 低费用的同时保证安全性
大幅降低了用户的交易成本,同时利用以太坊主网作为最终的安全保障层,任何争议都可以在以太坊主链上解决。
3. 与以太坊的高兼容性
兼容以太坊虚拟机(EVM),开发者无需修改代码即可部署现有的以太坊智能合约。
支持以太坊钱包和工具(如 MetaMask、Hardhat)。
4. 多链支持与灵活选择
Arbitrum 支持多条链并行运行。在以太坊主网上,有2条 Arbitrum 链:一条 Arbitrum Rollup 链,称为**Arbitrum One**,一条 AnyTrust链,称为**Nova**;用户和开发人员可以选择适合他们的安全/交易成本需求的任何选项。

**Optimistic Rollup**
乐观验证:默认情况下,Rollup 假设所有提交的交易都是有效的。如果有人发现有欺诈行为,可以发起挑战,系统会进行验证和纠正。
链下计算:大部分计算和数据处理在链下完成,仅将必要的数据和交易摘要提交到以太坊主链,大大减少了链上负载。


### 2024.12.11

<!-- Content_END -->

0 comments on commit 19bf673

Please sign in to comment.