2 条评论 (2 条评论)1 个反应 (1 个反应)0 位负责人 (0 位负责人)Go2,725 个派生 (2,725 个派生)batch import
P3exp/beginnergood first issuehelp wantedkind/enhancement
仓库指标
- 星标
- 13,906 个星标 (13,906 个星标)
- PR 合并指标
- 平均合并 4天 2小时 (平均合并 4天 2小时)30 天内合并 28 个 PR (30 天内合并 28 个 PR)
描述
Checklist
Description
It would be great to have an IPFS pub/sub example in go-ipfs-as-a-library. What do you think?
贡献者指南
- 研究方向
- Implement a Go example demonstrating IPFS pub/sub using the go ipfs library. Follow the structure of existing examples in the repository, such as those in the 'examples' directory. The example should initialize an IPFS node, subscribe to a topic, publish a message, and handle received messages. Add comments to explain each step. After implementation, test the example to ensure it runs correctly.
- 技术栈
- go
- 领域
- documentation
- 议题类型
- 功能
- 前置要求
- Go programmingIPFS basics