A simple python client for the Nimiq JSON RPC API.
$ git clone https://github.com/jgraef/nimiq-api-python.git
$ cd nimiq-api-python
$ python3 setup.py install
Coming soon.
import nimiqrpc
nimiq = NimiqApi()
orNimiqApi('http://localhost:someport')
- Do whatever you like, e.g. get the genesis block:
nimiq.get_block_by_number(0)
Documentation coming soon.