... # Update the reader-node-path to reference the geth binary for the chain and OS being targeted (if custom node client is needed)\n reader-node-path: geth_linux' >> sync-mainnet.yaml
```
### 6. 启动共识客户端
为了更快地同步信标标头,我们从公共检查点引导共识...
...tps://medium.com/@eddy_protocol/introducing-eddy-finance-breaking-barriers-and-connecting-chains-1ae79efbafd2)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~
...create_currency的描述:
```
/// Create a new currency type `T` as and return the `TreasuryCap` for
/// `T` to the caller. Can only be called with a `one-time-witness`
/// type, ensuring that there's only one `TreasuryCap` per `T`.
```
翻译一下,就是:
```move
/// 创建一种...