April 2020
Intermediate to advanced
244 pages
7h 20m
English
In order to explore blockchain, we can recur to the Python bloxplorer library, which allows developers to make use of the Blockstream Esplora HTTP API (https://github.com/Blockstream/esplora/blob/master/API.md ) through the Python interface.
As a prerequisite, the bloxplorer library requires the installation of Python version 3.6+.
To install the bloxplorer library, run the following command:
pip3 install bloxplorer
Readers can find full documentation at https://valinsky.github.io/bloxplorer/.
Let's now see some examples of the bloxplorer library in action.
Read now
Unlock full access