Skip to content

Commit

Permalink
fix: markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Oct 16, 2024
1 parent d1da92d commit a5fca23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ lodestar beacon \

##### 运行 Nimbus

Nimbus 包括共识客户端和执行客户端。 它也可以在各种设备上运行,甚至可以在算力很一般的设备上运行。 [安装依赖项和 Nimbus ](https://nimbus.guide/quick-start.html)后,你可以运行它的共识客户端:
Nimbus 包括共识客户端和执行客户端。 它也可以在各种设备上运行,甚至可以在算力很一般的设备上运行。 [安装依赖项和 Nimbus](https://nimbus.guide/quick-start.html) 后,你可以运行它的共识客户端:

```sh
nimbus_beacon_node \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ incomplete: true
- 如果你已经了解基础知识,[使用 Flutter 构建移动去中心化应用程序](https://medium.com/dash-community/building-a-mobile-dapp-with-flutter-be945c80315a)的篇幅要短得多,效果可能更好
- 如果你喜欢通过观看视频来学习,可以观看[构建你的第一个区块链 Flutter 应用程序](https://www.youtube.com/watch?v=3Eeh3pJ6PeA),时长大约一个小时
- 如果你不想花这么多时间,你可能喜欢[在以太坊上使用 Flutter 和 Dart 创建去中心化的区块链应用](https://www.youtube.com/watch?v=jaMFEOCq_1s),时长仅约 20 分钟
- [使用 WalletConnect 开发的 Web3Modal 库,将 MetaMask 集成到 Flutter 应用程序中](https://www.youtube.com/watch?v=v_M2buHCpc4) - 这个短视频教你使用 WallectConnect 开发的 [Web3Modal ](https://pub.dev/packages/web3modal_flutter)库,一步步地将 MetaMask 集成到你的 Flutter 应用程序中
- [使用 WalletConnect 开发的 Web3Modal 库,将 MetaMask 集成到 Flutter 应用程序中](https://www.youtube.com/watch?v=v_M2buHCpc4) - 这个短视频教你使用 WallectConnect 开发的 [Web3Modal](https://pub.dev/packages/web3modal_flutter) 库,一步步地将 MetaMask 集成到你的 Flutter 应用程序中
- [Solidity & Flutter 移动区块链开发者训练营课程](https://youtube.com/playlist?list=PL4V4Unlk5luhQ26ERO6hWEbcUwHDSSmVH) - 全栈移动区块链开发者课程播放列表

## 使用以太坊客户端 {#working-with-ethereum-clients}
Expand Down
2 changes: 1 addition & 1 deletion public/content/translations/zh/enterprise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lang: zh
### 支付 {#payments}

- [Brave Browser](https://basicattentiontoken.org/) - _向用户支付其对广告的关注,并且用户可以通过基本注意力代币向发布商付费以获得支持_
- [瑞士卢加诺市](https://bitcoinsuisse.com/news/city-of-lugano-accepts-crypto- payments) - _税收和其他市政服务付款_
- [瑞士卢加诺市](https://bitcoinsuisse.com/news/city-of-lugano-accepts-crypto-payments) - _税收和其他市政服务付款_
- [EthereumAds](https://ethereumads.com/) - _让网站运营商出售广告空间并通过以太坊获得报酬_
- [hCaptcha](https://www.hcaptcha.com/) - _预防机器人验证码系统,其根据用户完成的工作(标记数据以用于机器学习)向网站运营商付费。 现在由 Cloudflare 部署_
- [Opera MiniPay](https://www.opera.com/products/minipay) - _利用非保管钱包让非洲人更方便、更安全地使用移动支付,以及利用电话号码轻松进行交易_
Expand Down

0 comments on commit a5fca23

Please sign in to comment.