btcpayserver / btcpayserver/btcpay-python

testnet server not working

Open
#22 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.