CrypteCipher/electron
2026-02-20 09:52:34 +01:00
..
renderer desktop: add Electron app scaffold (UI + preload bridge) 2026-02-20 09:52:34 +01:00
test desktop: add Electron app scaffold (UI + preload bridge) 2026-02-20 09:52:34 +01:00
main.js desktop: add Electron app scaffold (UI + preload bridge) 2026-02-20 09:52:34 +01:00
package.json desktop: add Electron app scaffold (UI + preload bridge) 2026-02-20 09:52:34 +01:00
preload.js desktop: add Electron app scaffold (UI + preload bridge) 2026-02-20 09:52:34 +01:00
README.md Initial CrypteCipher scaffold and features 2026-02-12 00:02:00 +01:00

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.