Home  >  Article  >  Backend Development  >  How the browser obtains relevant data through the JSON-RPC interface of the Bitcoin Core client

How the browser obtains relevant data through the JSON-RPC interface of the Bitcoin Core client

WBOY
WBOYOriginal
2016-10-22 00:14:133213browse

Introduction: The Bitcoin Core client implements the JSON-RPC interface, which can also be accessed through the command line helper bitcoin-cli. The command line can use API for programming and interaction
Question: How can the browser access this JSON-RPC interface for interactive data
For example: If I want to get information about the status of the Bitcoin Core client, how should I access it?

Reply content:

Introduction: The Bitcoin Core client implements the JSON-RPC interface, which can also be accessed through the command line helper bitcoin-cli. The command line can use the API for programming and interaction
Question: How can the browser access this JSON-RPC interface for interactive data
For example: If I want to get the status information of the Bitcoin Core client, how should I access it?

Thanks for the invitation.

Send us: http://www.workerman.net/work...

I don’t know if this can help you.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn