/ DOCUMENTATION

Welcome to Spectra Docs

Everything you need to install, configure, and get the most out of Spectra — the Swiss Army Knife of crypto wallets. Guides, references, and the full plugin SDK.

🚧

Documentation is a work in progress. Spectra is in early development and the docs are being written alongside the wallet. Pages marked WIP are partially drafted. Pages marked SOON are planned but not yet started. Contributions welcome on GitHub.

All sections

⚙️

Wallet Setup

Install Spectra, create or import a wallet, connect hardware signers, and set up watch-only monitoring.

IN PROGRESS
↕️

Sending & Receiving

Address formats, fee control, UTXO selection, RBF, CPFP, and native Lightning Network payments.

COMING SOON
🔒

Security

Threat model, multisig & PSBT workflows, air-gapped signing, Tor routing, and encrypted backups.

COMING SOON
🔑

Recovery

Import legacy wallets, scan every derivation path, recover forgotten passwords, and claim forks & airdrops.

COMING SOON
📊

Staking

Non-custodial staking for ETH, SOL, ATOM, DOT and more. Your validators, your keys, your rewards.

COMING SOON
🔍

Diagnostics

Live health checks, the structured log viewer, one-click auto-repair, and exportable bug reports.

COMING SOON
🔧

Advanced

Reproducible builds, binary verification, custom RPC endpoints, and the full self-hosted node setup.

COMING SOON
🧩

Plugin SDK

Build themes, panels, and chain integrations on top of Spectra. API reference, hooks, and example plugins.

COMING SOON

Quick start

Download the binary for your platform, verify the signature, and run. No installer, no accounts, no setup wizard.

terminal macOS / Linux
# 1. Verify the signature before running anything
$ gpg --verify spectra-0.1.0.dmg.asc spectra-0.1.0.dmg

# 2. Or build from source (~6 min)
$ git clone https://github.com/Sheny6n/SpectraWallet
$ cd SpectraWallet
$ make build

✓ Build reproducible. sha256: 7f3a…c2e9

Full installation instructions, checksums, and signing key fingerprints will be published here once the first stable release is cut. Track progress on GitHub.

About this documentation

These docs are open source and live in the same repository as the wallet. If you spot an error, want to add a guide, or want to translate a page — open a pull request. The source for every page is a plain HTML file with no build step required.