This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
We should add the following commands to the core/dag interface:
ipfs.dag.ls(path) - show the first level link names of the node pointed at by <path>
- include simple return value one, for small dag objects
- include stream/iterator based one, for huge dag objects
ipfs.dag.tree(path) - enumerate all entries in the graph, parting from node at <path>.
- include simple return value one, for small subgraphs
- stream/iterator based so that we can explore massive graphs with it.
cc @diasdavid @whyrusleeping