BPNS Matrix Bot
Description
Matrix Bot for Bitcoin Push Notification Service.
Requirements
Build
cargo build --release
You will find the executable file in the target/release
folder with name bpns-matrix-bot
.
Configuration
Config file
Copy docs/config-example.toml
file, rename to config.toml
, edit with your settings and then move to ~/.bpns/config.toml
for Linux and MacOS or C:\Users\YOUR_USERNAME\.bpns\config.toml
for Windows.
Execution
To run BPNS, execute bpns-matrix-bot
file in target/release
folder.