This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
API sugar: start, listen, and connect #1084
Labels
exploration
kind/resolved-in-helia
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
Doing user-land apps and modules on top of IPFS, there are some oddities that I would love to see addressed to make life easier to developers.
One of them is starting a node, also related to offline support:
Creating a node and starting it should be easy to achieve even if offline. Starting a node should not mean initialising the network stack. It just means that you have a node you can read and write DAG nodes to and from. Also, it should mean that all the APIs are available. For instance, after starting, the pubsub API should be ready, even if subscriptions are only effective if the node is connected.
I would like to be able to do:
The text was updated successfully, but these errors were encountered: