- an LND node
- Rust and Cargo
- openssl
- gexiv2
Create a config.toml file and fill in the relevant sections to connect to your LND node:
db_url="db.sqlite"
admin_username="admin"
admin_password="pass"
lnd_host="localhost"
lnd_port=10009
lnd_tls_cert_path="~/.lnd/tls.cert"
lnd_macaroon_path="~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
cargo run
Go to http://localhost:8000/ and use the username/password in config.toml to log in.
cargo test
Use sqlx-cli.
Distributed under the MIT License. See LICENSE file.