An open API service indexing awesome lists of open source software.

https://github.com/dysbulic/ceramic-fs

A filesystem built as an overlay on the Ceramic network.
https://github.com/dysbulic/ceramic-fs

ceramic filesystem

Last synced: 3 months ago
JSON representation

A filesystem built as an overlay on the Ceramic network.

Awesome Lists containing this project

README

        

# Ceramic Filesystem

This is a simple filesystem overlaid on the Ceramic network where each position in the system is a separate stream.

## Generating Stream IDs

A copy of the document definition IDs is checked into the repo, but should you need to generate a new set, the method is:

* `RANDBYTES=$(node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")`
* `SEED=$RANDBYTES yarn bootstrap`