This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Considering renaming to just js-ipld
#93
Labels
need/community-input
Needs input from the wider community
This module was named
ipld-resolver
because it was designed to the mother of all local resolvers (dag-pb, dag-cbor, eth-*, etc) and act as a facade for a future IPLD cli (for people wanting to play with IPLD in the terminal), an IPLD playground (a project @nicola and @victorbjelkholm were working on) and finally, by js-ipfs witht he DAG API.It turned out that the DAG API became pretty much the API that this module implements directly, the IPLD cli is a bit dormant and we definitely have to wake up the IPLD Playground.
What I'm thinking, to reduce fragmentation and make it more obvious that "hey world, this is your entry point to IPLD if you want to play with IPLD" is to rename this module to
js-ipld
and add the CLI feature here, possibly following this feature ipfs/notes#194This would also encourage us to make this module work very much standalone (spawning its own in memory or local repo) so that users can play with IPLD at will without having to boot a full node.
Thoughts?
The text was updated successfully, but these errors were encountered: