Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
/ react-ipld Public archive

React components for IPLD

License

Notifications You must be signed in to change notification settings

ipld/react-ipld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-ipld

Travis CI Dependency Status js-standard-style

React components for IPLD

React Components

IPLDEditor

Editor based on codemirror to edit IPLD objects.

IPLDStoreList

Display existing IPLD objects and delete them.

Helpers

IPLDStore

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.

Development

# Run
$ npm start
# Build
$ npm run build
# Lint
$ npm run lint

Releases

No releases published

Packages

No packages published