Skip to content

yfaming/thor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ Thor – A Lightning Address Server Powered by Rust and NWC

Your domain. Your address. No node. Just Rust and NWC.

Thor is a fast, self-hosted Lightning Address server written in Rust.

By using NWC (Nostr Wallet Connect), it allows users to receive Lightning payments through their own domain β€” without running a Lightning Network node.

✨ Features

  • ⚑ Custom Lightning addresses like [email protected]
  • 🧠 No need to run LND or Core Lightning β€” just connect to your wallet via NWC
  • πŸ¦€ High-performance and safe β€” implemented in Rust
  • 🧩 Self-hosted and easy to deploy
  • πŸ”§ Configurable and extensible architecture (LND, CLN support planned)

πŸš€ Getting Started

# clone and build the code
git clone https://github.com/yfaming/thor
cd thor
cargo build

# edit the config file
mv config.toml.example config.toml
vim config.toml

# run!
cargo run -- ./config.toml

Lightning address specs:

About

self-hosted lightning address server powered by Rust and NWC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages