Home

Awesome

ShockWallet

image

GitHub last commit PRs Welcome Chat X (formerly Twitter) Follow

⚡ A revolutionary Lightning Wallet for connecting to nodes over Nostr. ⚡

Mobile nodes have proven slow and unreliable, while opening a channel to every app and device is cost prohibitive and unscalable.

Node sharing with friends and family, "Uncle Jim", has lacked adequate tooling to simplify networking and account setup... until now.

ShockWallet is the first wallet to use Nostr based accounts for Lightning Network connections, providing a new, open, and secure way to connect to the Lightning Network.

ShockWallet features node multi-sourcing and is pushing the boundaries of automation, allowing you to also connect to multiple accounts, including legacy LNURL ones, to manage your balances through a single interface.

As a Nostr-native wallet, ShockWallet also provides multi-device sync abilities via NIP78, enabling for example a shared wallet state between a Desktop and Phone. We're also pushing the boundries of Nostr and Lightning integration with new NIPs that create more secure app connections with better UX than is currently available.

For new users, an optional Bootstrap node is default on mainnet allowing for the lay-away of a self-custodied channel for your own node with a partner LSP. Service subject to Terms

Try It Now

Web Browser/PWA | Download Android APK | Apple Testflight

[!WARNING]
While already a more usable daily driver than most Lightning wallets, this software is still in alpha development. There will be bugs and bad UX decisions, please report any that you may find.

[!IMPORTANT]
ShockWallet and Lightning.Pub are free software. If you would like to see continued development, please show your support 😊

<img src="https://www.gnu.org/graphics/agplv3-with-text-162x68.png" alt="License">

Build from source

Clone the repo and install

git clone https://github.com/shocknet/wallet2
cd wallet2 && npm i
npm install -g @ionic/cli native-run cordova-res
cp env.production.example .env

Self-Hosting the PWA

Run dev server

or, build for production as static files

Serve either behind a reverse-proxy like Caddy

Build for Android

Choose the Android platform in the prompt, and sign and build with Android Studio

iOS

Choose the iOS platform in the prompt, and sign and build with Xcode

Set your signing certificate and update the Bundle Identifier to match your Apple Developer account