我们使用一个 telegram bot 就可以在 telegram 平台上实现 DEX 挂单
火花谁说使用 DEX 一定要通过网页、APP 等才可以进行挂单,在 CKB 上通过 open transaction(开放式交易)的形式,我们使用一个 telegram bot 就可以在 telegram 平台上实现 DEX 挂单。
Xuejie 于昨晚在 Bilibili 上进行在线 coding,全程 178 分钟,现场实现 open transaction 合约,至于到底有没有翻车呢?欢迎来看重放:
https://www.bilibili.com/video/BV1pp4y1D79G
Xuejie 全程分享了超多有用的开发工具和资料:
你是不是每次测试合约都需要运行一条 CKB 链?大可不必!来试试 standalone-debugger,不用运行 CKB 链,直接测试合约,支持 debug,printf,可查看合约 cycle 运行数量和完整的合约运行路径等等。
https://github.com/xxuejie/ckb-standalone-debugger
Perkins' tent,通过一个 docker 镜像包直接创建一个 CKB 服务器,不仅包含了 ckb 还包含了 graphql-server,一个更强大的 ckb-indexer,流控功能等等
https://github.com/xxuejie/perkins-tent
Felix,这是一个基于 lumos 实现的在 telegram 内发红包的 DApp,后面将基于它开发更多新的功能
https://github.com/xxuejie/felix
https://github.com/nervosnetwork/ckb/pull/2093
https://github.com/nervosnetwork/ckb/pull/2043
开发者工具
Capsule:发布版本 v0.0.1-pre2
https://github.com/nervosnetwork/capsule/releases/tag/v0.0.1-pre.2
Lumos:发布版本 v0.2.4
https://github.com/nervosnetwork/lumos/releases/tag/v0.2.4
Keyper:Matt 发布 Keyper 介绍文章
https://medium.com/nervosnetwork/introducing-keyper-for-cell-management-on-nervos-8e5a8a42fa5f
Neuron
Neuron 版本 v0.31.0-rc1 已经发布
https://github.com/nervosnetwork/neuron/releases/tag/v0.30.0
CKB Explorer
https://github.com/nervosnetwork/ckb-explorer/releases/tag/v0.9.6
Muta [CKB layer2 链框架]
https://github.com/nervosnetwork/muta/releases/tag/v0.1.2-beta1
https://github.com/nervosnetwork/muta/pull/280
https://github.com/nervosnetwork/muta/pull/294
https://github.com/nervosnetwork/muta/pull/298
SECBIT Lasbs [零知识证明工具]
Lay2 [pw-sdk]
Synapse [浏览器钱包插件和密钥代理]
https://github.com/rebase-network/synapse-extension/releases/tag/v0.0.2
Obsidian Labs [Nervos IDE]