[DIS] Fiber Link: A CKB Fiber-based Pay Layer (Tipping & Micropayments) for Communities

[Weekly Update] Fiber Link (Milestone 2) / 周报(里程碑 2)

Quick update:

We have now completed all of Milestone 1 and Milestone 2, and also finished the withdrawal requirement from Milestone 3.

For verification, we uploaded the latest testnet demo evidence here:

It includes:

  • screenshots
  • a full flow report: report.tar.gz

Screenshot notes:

Creator withdrawal transaction:
https://testnet.explorer.nervos.org/transaction/0x42b0734f1f9a7125b1415d71158f2159c5c1a7694838248338d6a730d42147e2

We also recorded a video demo here:

If anyone wants to run the testnet demo locally after starting Docker, the flow can be reproduced with:

DISCOURSE_DEV_ROOT=/private/tmp/discourse-dev-fiber-link \
  scripts/capture-e2e-discourse-four-flows-evidence.sh \
    --explorer-tx-url-template 'https://testnet.explorer.nervos.org/transaction/{txHash}' \
    --verbose

快速更新一下:

我们目前已经完成了 Milestone 1 和 Milestone 2 的全部内容,并且也完成了 Milestone 3 中的 提现需求

用于验收的最新 testnet demo 证明材料 已上传至:

其中包含:

  • 截图
  • 完整流程报告:report.tar.gz

截图说明:

创作者提现记录:
https://testnet.explorer.nervos.org/transaction/0x42b0734f1f9a7125b1415d71158f2159c5c1a7694838248338d6a730d42147e2

另外我也录制了一个视频 Demo:

如果有人想在启动 Docker 后本地复现这个 testnet demo,可以使用下面这条命令:

DISCOURSE_DEV_ROOT=/private/tmp/discourse-dev-fiber-link \
  scripts/capture-e2e-discourse-four-flows-evidence.sh \
    --explorer-tx-url-template 'https://testnet.explorer.nervos.org/transaction/{txHash}' \
    --verbose
5 Likes