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.
- Host: GitHub
- URL: https://github.com/dysbulic/ceramic-fs
- Owner: dysbulic
- Created: 2021-05-29T05:09:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T11:12:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T23:57:36.060Z (4 months ago)
- Topics: ceramic, filesystem
- Language: JavaScript
- Homepage: http://dysbulic.github.io/ceramic-fs/
- Size: 9.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`