Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 2.5 KB

index.rst

File metadata and controls

90 lines (67 loc) · 2.5 KB

blockscan-python

This package was created in the hope to provide a multi-chain API wrapper for the blockscan.com endpoints and reduce the overhead of using multiple single chain wrapper.

Note

The following blockchains from blockscout.com are also provided BUT it's because blockscout offers the API for developers transitioning their applications from Etherscan to BlockScout. If they deprecate those API in the future so will this package.

  • Gnosis (100)
  • Ethereum Classic (61)
  • Ethereum Classic Mordor (63)
  • Ethereum Classic Kotti (6)
  • POA Core (99)
  • POA Sokol (77)
  • Artis Sigma1 (246529)
  • RSK (30)
  • Hoo Smart Chain (70) (This one is technicaly part of blockscan.com but is built on top of blockscout)

Installation

Blockscan-python can be installed using pip as follows:

$ pip install blockscan-python

Donate

I made this has a fun side project and it's free for anyone to use. If you like it and wish to donate here's a few of my crypto wallets.

Ethereum and L2s (0x29006...) Monero (85tBS7YSrM5...) Peercoin (PBzj1ZwMDW...)
_qrcodes/ethereum.png
_qrcodes/monero.png
_qrcodes/peercoin.png

Credits

Credits to @pcko1 for making the bscscan-python that was used as the base for this package

Table of Contents

.. toctree::
   :maxdepth: 1
   :caption: Overview

   usage
   contributing
   history

.. toctree::
   :maxdepth: 1
   :caption: API

   accounts
   blocks
   contracts
   gas_tracker
   logs
   proxy
   stats
   tokens
   transactions

Indices and tables