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.
All sections
Wallet Setup
Install Spectra, create or import a wallet, connect hardware signers, and set up watch-only monitoring.
Sending & Receiving
Address formats, fee control, UTXO selection, RBF, CPFP, and native Lightning Network payments.
Security
Threat model, multisig & PSBT workflows, air-gapped signing, Tor routing, and encrypted backups.
Recovery
Import legacy wallets, scan every derivation path, recover forgotten passwords, and claim forks & airdrops.
Staking
Non-custodial staking for ETH, SOL, ATOM, DOT and more. Your validators, your keys, your rewards.
Diagnostics
Live health checks, the structured log viewer, one-click auto-repair, and exportable bug reports.
Advanced
Reproducible builds, binary verification, custom RPC endpoints, and the full self-hosted node setup.
Plugin SDK
Build themes, panels, and chain integrations on top of Spectra. API reference, hooks, and example plugins.
Quick start
Download the binary for your platform, verify the signature, and run. No installer, no accounts, no setup wizard.
# 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.