CrypteCipher/electron/README.md
MoCipher 267d8f6edd
Some checks failed
CI / build (macos-latest, stable) (push) Has been cancelled
CI / build (ubuntu-latest, stable) (push) Has been cancelled
CI / build (windows-latest, stable) (push) Has been cancelled
Initial CrypteCipher scaffold and features
2026-02-12 00:02:00 +01:00

438 B

Electron (Desktop) - CrypteCipher

This folder will contain the Electron-based desktop app.

Notes:

  • Use the cryptec_bindings Node addon (N-API) to call into the Rust core for cryptographic operations.
  • For Bitcoin Lightning, you can either embed a rust-lightning node or connect to an external Lightning node (e.g., lnd/c-lightning).
  • For Monero, consider running a full node or allowing users to configure a remote RPC node.