Home / Docs / Web Wallet

Web Wallet

Client-side wallet embedded in the xe binary. Enable with xe node --ui --wallet. Private keys never leave the browser. Zero JavaScript dependencies.

Security

Features

Enabling

xe node --ui --wallet            # enable wallet pages
xe node --ui                     # UI without wallet (explorer only)

The --wallet flag gates wallet pages to prevent accidental exposure on public nodes.

Technology

Plain HTML + ES modules + Web Crypto. Embedded in the Go binary via //go:embed. No build step, no framework, no bundler.