You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official CLI toolchain for composing, packing, and cryptographically signing Formatted Data Document (`.fdd`) layouts natively from your Node endpoint.
4
+
5
+
The `.fdd` MIME type is a zero-JS interactive document specification meant to replace visual-first static PDFs natively by routing HTML rendering via declarative logic rules binding Cryptographic VC Payloads directly to your canvas.
6
+
7
+
---
8
+
9
+
## ⚡ Global Installation
10
+
```bash
11
+
npm install -g @coreyburns/node-fdd
12
+
```
13
+
14
+
## 🛠 Operation Workflows
15
+
The OpenFDD compiler requires you to merge standard HTML Templates with a Cryptographic Data Payload into a secure FDD Container.
16
+
17
+
### 1. Generating & Packing an `.fdd` Context
18
+
Wrap your immutable schema, an optional mutable tracking schema (like `user-notes.json`), and the presentation layout using `fdd-pack`.
Officially binding a document enforces an Ed25519 trace mathematically tied to the JSON tree to ensure massive Verifiable Credential integrity mathematically.
0 commit comments