Research docs covering crypto comparison (@fileverse/crypto vs MIT primitives vs rSpace DocCrypto), Y.js vs Automerge architecture decision, and phased integration plan. POC scaffolding includes MIT crypto primitives library with ECIES key exchange, benchmark suite, collab-server Docker Compose for Netcup deployment, and placeholder structures for IPFS storage and dSheet embed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
README.md
dSheet Embed POC
Prototype for embedding @fileverse-dev/dsheet as a new rStack module (rSheet).
Goal
Wrap Fileverse's decentralized spreadsheet component in a LitElement web component compatible with rSpace's module system.
Key Integration Points
- Auth: EncryptID →
isAuthorizedprop - Collaboration: WebRTC via self-hosted collab-server
- Persistence: IndexedDB (
enableIndexeddbSync) - Metadata: Stored in Automerge documents
Use Cases
- DAO treasury tracking
- Token allocation spreadsheets
- Budget planning with E2E encryption
- Research data tables alongside rNotes
Status
Not started — depends on Phase 3 (collab server deployment).