An easy-to-run Web app for exploring and editing Hypercores.
npm i -g coresplore
- Access Hypercore data-structures
- Hyperbees
- Hypercores
- Multiwriter hypercores
- Create and/or save Hypercores
- Edit, copy, rename, and delete records
- Import and export databases as JSON captures
- View Hyperbee record history
- Various other TODOs
- Clear data from deleted DBs
$ coresplore
This will start the coresplore web app at localhost:2000
. Your data will be stored in ~/.coresplore
. You can change the port with -p/--port
and the storage dir with --storage
.
You can set a password on the Web app with the --password
flag. The username will be "admin."
MIT licensed. Copyright Blue Link Labs 2021.