btcpayserver / btcpayserver/btcpay-python
testnet server not working
Open
- Dominant language
- Python
- Stars
- 79
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
hi, i have issue connecting to testnet server.
here is my code
from btcpay import BTCPayClient
client = BTCPayClient.create_client(host='https://testnet.demo.btcpayserver.org', code="sDRbK7H")
invoice_list = client.get_invoices(status='confirmed')
print(invoice_list)
Do i need to have my own server to test it or it works on testnet?. Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.