React components for IPLD
Editor based on codemirror to edit IPLD objects.
Display existing IPLD objects and delete them.
Setup storage and resolution for IPLD objects in the browser.
Available methods:
add(obj) -> Promise
: Add the given JavaScript.resolve(path) -> Promise
: Resolve the given IPLD path agains all stored objects.
# Run
$ npm start
# Build
$ npm run build
# Lint
$ npm run lint