Blockstream / Blockstream/esplora

Need one BTC Testnet RPC endpoint for testing.

Open
#441 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
514
Avg merge
1d 10h
Merged PRs (30d)
16

Description

Hello:
I want to use RPC Client to retrieve account balance for one test net account.
I have added some funds using faucet, I can use Bitcoin Core program for Windows 10 to get the account balance, but I want to use RPC client to do the same job.
However, I looked at your repo, I found it is very complicated, I can't find any code sample for my job. I saw there are a number of tests in the repo, but how I can write a simple C# code to find account balance for one test net account?
Using curl, the command looks like this:
curl --location --request POST 'bitcoin_testnet_rpc_url'
--data-raw '{"jsonrpc": "2.0",
"method": "getbalance",
"params": ["Account_Address_BTC_TESTNET", null, null, null],
"id": "1"}'
But I need at least one BTC Testnet RPC endpoint for testing.
Please advise on how can I find one.
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.