Self hosted Lightning Address Server and NIP-05 Verification Server
- Check the
Dockerfile
and thesample-docker-compose.yaml
file.
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