DAGService
Library for storing and replicating hash-linked data over the IPFS
DAGService is aiming to be the bare minimum needed for IPLD-based applications to interact with the IPFS network by getting and putting blocks to it. The goal of DAGService to provide a minimal layer between the data model of IPLD and full-blown IPFS. It provides the bare minimum functionality for any application to interact with the IPFS network (by getting and putting IPLD blocks) without having to deal with the complexities of operating a full IPFS node. It is an attempt to remake the core...