- Fedimint ecash alongside Cashu: fedimint-clientd (fmcd) HTTP bridge, fedimint_client, fedimint RPC, wallet wiring - Paid peer content: content invoices + streaming content server + content RPCs - Seed-phrase ceremony/reveal RPCs and CLI ceremony tool - LND wallet, mesh status/messaging, app-stack (netbird HTTPS), and decoupled-update wiring; Fedimint Client core app in catalog Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
201 B
Rust
10 lines
201 B
Rust
// WIP Cashu/ecash wallet — many helpers defined for future callers.
|
|
#![allow(dead_code)]
|
|
|
|
pub mod bdhke;
|
|
pub mod cashu;
|
|
pub mod ecash;
|
|
pub mod fedimint_client;
|
|
pub mod mint_client;
|
|
pub mod profits;
|