Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
geometryolife committed Jan 22, 2024
1 parent 097af05 commit 04c937e
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 @@ -2,7 +2,7 @@

账户抽象是 Ethereum 社区提出的,尝试统一外部账户(EOA)和合约账户的一系列解决方案。账户抽象的关键是让开发者可以通过自定义的代码逻辑来校验交易。

账户抽象被认为是 Web3 被大规模采用的关键技术,它焦距在降低用户的使用门槛,提高用户体验,同时也为开发者提供了更多的创新空间。
账户抽象被认为是 Web3 被大规模采用的关键技术,它聚焦在降低用户的使用门槛,提高用户体验,同时也为开发者提供了更多的创新空间。

而 Move 中的账户以及状态特性,天然有利于账户抽象的实现。Rooch 基于 Move 设计了账户抽象的解决方案,主要提供以下特性。

Expand Down
2 changes: 1 addition & 1 deletion docs/website/pages/docs/user-guides/hash.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ SHA2-256(hello_world.txt)= f590572de3c69705a0cad30159ab9f728d28f118d108f7a9b5d02
- ecdsa_k1
- ed25519

更详细的内容,请残阅源码[https://github.com/rooch-network/rooch/tree/main/crates/rooch-framework/sources/crypto](https://github.com/rooch-network/rooch/tree/main/crates/rooch-framework/sources/crypto)
更详细的内容,请参阅源码[https://github.com/rooch-network/rooch/tree/main/crates/rooch-framework/sources/crypto](https://github.com/rooch-network/rooch/tree/main/crates/rooch-framework/sources/crypto)

0 comments on commit 04c937e

Please sign in to comment.