Skip to content

Commit

Permalink
Updated BTCPay to use btcpay-client create, and updated BTCPay exampl…
Browse files Browse the repository at this point in the history
…e to include additional event processing methods
  • Loading branch information
blakejakopovic committed May 11, 2023
1 parent cb122d0 commit bf5bb8d
Show file tree
Hide file tree
Showing 7 changed files with 648 additions and 198 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ PORT=4040

POSTGRES_ADDRESS=postgresql://postgres:postgres@localhost:5433/postgres

BTCPAY_WEBHOOK_SECRET=
# Only needed for BTCPay example
BTCPAY_HOST=https://testnet.demo.btcpayserver.org
BTCPAY_API_KEY=<https://testnet.demo.btcpayserver.org/account/apikeys>
BTCPAY_WEBHOOK_SECRET=<https://testnet.demo.btcpayserver.org/stores/STORE_ID/webhooks>
Loading

0 comments on commit bf5bb8d

Please sign in to comment.