Skip to content

Commit

Permalink
fix format (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Apr 26, 2024
1 parent 9c802a5 commit 7f63ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For example, owning certain L1 assets could entitle the holder to certain L2 ass
Using Bitcoin L1 assets as props or identity in applications. For example, a certain Inscription representing game equipment, directly used in games on L2.
Or using L1 assets for voting governance.

Further exploration of these models is needed. We refer to this approach as **the "stackable" application construction mode, where applications build an additional layer of state on top of the chain's state to repurpose existing data and assets**.
Further exploration of these models is needed. We refer to this approach as the "**stackable**" application construction mode, where **applications build an additional layer of state on top of the chain's state to repurpose existing data and assets**.
For more details on the "stackable" mode, please refer to [Stackable L2](./stackable-l2).

### Distributed State Tree Protocol (DSTP)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Rooch 团队经过一年时间的开发,完成了 Move 语言的 VApp 容器

在应用中将 Bitcoin L1 的资产作为道具或者身份标志。比如某种 Inscription 代表游戏中的装备,直接在 L2 中的游戏中使用。或者用 L1 的资产进行投票治理。

更多的模式还需要探索,我们把这种模式叫做**堆叠式”的应用构建模式,应用在链的状态之上堆叠一层状态,来实现对已有的数据和资产的复用**。关于“堆叠式”模式的详细方案请参考 [Stackable L2](./stackable-l2)
更多的模式还需要探索,我们把这种模式叫做**堆叠式**”的应用构建模式,**应用在链的状态之上堆叠一层状态,来实现对已有的数据和资产的复用**。关于“堆叠式”模式的详细方案请参考 [Stackable L2](./stackable-l2)

### 分布式状态树协议(Distributed State Tree Protocol - DSTP)

Expand Down

0 comments on commit 7f63ce7

Please sign in to comment.