Skip to content

jgraef/nimiq-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimiq-api-python

A simple python client for the Nimiq JSON RPC API.

Install

From GIT

$ git clone https://github.com/jgraef/nimiq-api-python.git
$ cd nimiq-api-python
$ python3 setup.py install

From package index

Coming soon.

Usage

  1. import nimiqrpc
  2. nimiq = NimiqApi() or NimiqApi('http://localhost:someport')
  3. Do whatever you like, e.g. get the genesis block: nimiq.get_block_by_number(0)

Documentation coming soon.

About

Python client for the Nimiq JSON RPC API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages