Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niteshbalusu11/rustdress
Self hosted Lightning Address Server
https://github.com/niteshbalusu11/rustdress
bitcoin lightning lightning-address lightning-network lnurl nostr
Last synced: 3 months ago
JSON representation
Self hosted Lightning Address Server
- Host: GitHub
- URL: https://github.com/niteshbalusu11/rustdress
- Owner: niteshbalusu11
- License: mit
- Created: 2023-03-02T18:24:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:26:59.000Z (3 months ago)
- Last Synced: 2024-10-16T18:54:18.229Z (3 months ago)
- Topics: bitcoin, lightning, lightning-address, lightning-network, lnurl, nostr
- Language: Rust
- Homepage:
- Size: 163 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RustDress
Self hosted Lightning Address Server and NIP-05 Verification Server### For Docker:
- Check the `Dockerfile` and the `sample-docker-compose.yaml` file.
### To build from source:
Pre-requisites:
You will need rust installed.
https://www.rust-lang.org/```bash
#Clone the repo
git clone https://github.com/niteshbalusu11/rustdress.git# Change directory
cd rustdress# Edit the .env file and add the necessary values
cp .env.example .env# Run the app
cargo run --release# You might have to install cmake, pkg-config
sudo apt-get install cmake pkg-config
```