Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wnfs-wg/wnfs-go
go implementation of fissions web-native file system
https://github.com/wnfs-wg/wnfs-go
Last synced: 1 day ago
JSON representation
go implementation of fissions web-native file system
- Host: GitHub
- URL: https://github.com/wnfs-wg/wnfs-go
- Owner: wnfs-wg
- License: gpl-3.0
- Created: 2021-07-22T17:33:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T15:09:24.000Z (almost 3 years ago)
- Last Synced: 2023-07-12T06:12:40.420Z (over 1 year ago)
- Language: Go
- Size: 1.79 MB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# wnfs-go
go language implementation of the fission [web-native file system](https://whitepaper.fission.codes/file-system/file-system-basics), using the [typescript implementation](http://github.com/fission-suite/webnative) as a reference.
### Development Status: Work-In-Progress
This repo is very much a work-in-progress, and doesn't yet produce proper WNFS data. Don't rely on this.### Security Status: Insecure
This repo has the beginnings of an implementation of a private, encrypted-at-rest filesystem. It is **not** finished and is **not** reliable for keeping your data secure. Don't use this to store private data until this message is removed.