Skip to content

Commit 448e0ae

Browse files
committed
add language btn in README
1 parent 173fed4 commit 448e0ae

File tree

7 files changed

+9
-2
lines changed

7 files changed

+9
-2
lines changed

basic/25-multi-sig-wallet/README-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
中文 / [English](./README.md)
12
# Multi-Sig-Wallet
23

34
> 旧版多签钱包合约使用 0.4.x 版本 solidity,原仓库已经锁定不再更新,Gnosis 的新版多签名叫 Gnosis-Safe-Contracts 集成了多个安全合约模块。由于新版代码量较大不便于理解,我们仍使用旧版合来学习理解其使用流程和工作原理。

basic/25-multi-sig-wallet/readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[中文](./README-CN.md) / English
2+
13
# Multi-Sig-Wallet
24

35
> The old version of the multi-sig-wallet contract uses the 0.4.x version of solidity, and the original repo has been deprecated. The new version is called Gnosis-Safe-Contracts, which integrates multiple security contract modules. Due to the large amount of code in the new version and inconvenient to understand, we still use the old version to learn and understand its usage process and how it work.

basic/26-quadratic-vote&gitcoin/README-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
中文 / [English](./README.md)
12
# Quadratic Voting and Quadratic Funding
23

34
## 概念介绍

basic/26-quadratic-vote&gitcoin/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[中文](./README-CN.md) / English
12
# Quadratic Voting and Quadratic Funding
23

34
## Concept

basic/27-Arbitrum-layer2/README-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
中文 / [English](./README.md)
12
# Arbitrum
23

34
与 optimism 差别在于: 交互式证明挑战

basic/27-Arbitrum-layer2/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[中文](./README-CN.md) / English
12
# Arbitrum
23

34
The difference between Arbitrum and Optimism lies in the Interactive Proving challenge.

defi/Perpetual-V2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ optimistic address:
1818
- Perp V2 的聚合流动性依托于 Uniswap V3,V1 中原有的 vAMM 逻辑在 Uniswap V3 上运行。提高资金利用率。
1919

2020
- Perp V1 版本 USDC 是真实资产,而对应资产(ETH)是 vault 池子是虚拟的。
21-
Perp V2 在 Uniswap V3 上以 v-Token 创建池子,比如 vUSDC/vETH,v-token 是 Perpetual Protocol 系统生成的代币,目前仅用于 Perp 系统内的做市和交易等,这些池子真实的建立在目前的 Uniswap 架设在 Arbitrum 的 V3 上。 均为真实币对。
21+
Perp V2 在 Uniswap V3 上以 v-Token 创建池子,比如 vUSDC/vETH,v-token 是 Perpetual Protocol 系统生成的代币,目前仅用于 Perp 系统内的做市和交易等,这些池子真实的建立在目前的 Uniswap 架设在 Optimistic 的 Uniswap V3 上。 均为真实币对。
2222

2323
- Perp v1 中不需要做市, Perp V2 中为 LP 提供杠杆,称为「Leveraged LPs」(杠杆 LP)
2424
若 LP 向清算所(Clearing House)提供 1,000 USDC 进行做市,则 Leveraged LPs 功能可以在 10 倍范围内添加 vUSDC,这 10,000 vUSDC 就成为 LP 可以在系统内放置流动性的总额度(也称为“信用”),LP 可以将其添加到相应资产和区间上,比如可以分为 5,000 vUSDC 和价值 5,000 vUSDC 的 vETH,添加到相应流动性池中。(按 oracle 价格兑换)
2525
在 LP 确定了对相应资产的分配额度后,系统铸造相应 v-token,按照上述例子,系统铸造 5,000 vUSDC 和价值 5,000 vUSDC 的 2 vETH(按照 ETH 价格 2,500 美金计算),LP 可以按照自己的做市策略将这些 v-token 分配到 Uniswap V3 上的相应区间。
2626

2727
## Perp V2 Technical Details
2828

29-
> [Perp V2 Technical Details]<https://docs.google.com/document/d/e/2PACX-1vRDdN03IvJFRMLolxBl4Np7OpzmniMXmJO0zQJNmndD1vL3YZ46bVgTc9VTy8KdCD4ZrnwYz7agbJJN/pub>
29+
> Perp V2 Technical Details: <https://docs.google.com/document/d/e/2PACX-1vRDdN03IvJFRMLolxBl4Np7OpzmniMXmJO0zQJNmndD1vL3YZ46bVgTc9VTy8KdCD4ZrnwYz7agbJJN/pub>
3030
3131
### V2 changes
3232

0 commit comments

Comments
 (0)