This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
track: jsipfs swarm
#92
Closed
Description
The swarm API enables IPFS users to learn about their connected peers and connect to other peers if desired
To learn more about the swarm API, you can:
- read about libp2p and how ipfs swarm features are implemented on top of libp2p - https://github.com/ipfs/specs/tree/master/libp2p
Implementation Roadmap
- jsipfs daemon - turn own swarm when it boots up
- jsipfs swarm peers
- core
- http-api
- cli
- jsipfs swarm connect
- core
- http-api
- cli
- jsipfs swarm disconnect
- core
- http-api
- cli
- jsipfs swarm addrs
- core
- http-api
- cli
- jsipfs swarm addrs local
- core
- http-api
- cli