...解深层次的技术细节,请查看[这篇文章](https://medium.com/@adlerjohn/the-why-s-of-optimistic-rollup-7c6a22cbb61a)([中文译本](https://ethfans.org/posts/the-why-s-of-optimistic-rollup))。
## 特点
ORU 具备很多理想特点。在所有区块链可扩展性技术中,...
...用户友好的方式输出响应。
## 实操
### 创建项目
```bash
~ via 🅒 base
➜ cd Code/rust
~/Code/rust via 🅒 base
➜ cargo new httpie
Created binary (application) `httpie` package
~/Code/rust via 🅒 base
➜ cd httpie
httpie on master [?] via 🦀 1....