Implements BFT-CRDT token infrastructure as FolkShape components that live in the existing Automerge document — no new server or database needed. Admins can create token types (mint) and issue them to participants by DID or email (ledger), with real-time sync across all connected peers. - folk-token-mint: token definition (name, symbol, supply, color, icon) - folk-token-ledger: distribution tracker with issuance form, email escrow - Canvas toolbar "Token" button creates mint+ledger+arrow pair - Demo seeds: GOV (equal governance) and CRED (contribution credits) - community-sync: remote property updates for both token shapes - EncryptID: add rTube, rStack to allowed origins and landing page - rSpace landing page: add EncryptID and interoperability sections Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| backlog | ||
| docs | ||
| lib | ||
| public/.well-known | ||
| server | ||
| src | ||
| website | ||
| .gitignore | ||
| Dockerfile | ||
| Dockerfile.encryptid | ||
| bun.lock | ||
| docker-compose.encryptid.yml | ||
| docker-compose.yml | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||