Skip to content

Self hosted Lightning Address Server

License

Notifications You must be signed in to change notification settings

22388o/rustdress

 
 

Repository files navigation

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/

#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

About

Self hosted Lightning Address Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.8%
  • Dockerfile 2.2%