nem-python

February 13, 2018 ยท View on GitHub

nem-python is simple NEM library.
README-JP.md

Feature

  • Do not require NIS running on local.
  • You can sign on offline.
  • Useful transaction builder.
  • Useful simplify transaction.

Require

Python3 (>=3.5)

how to use

from nem_python.nem_connect import NemConnect
nem = NemConnect(main_net=True)
nem.start()

Samples

Look test folder.

Author

@namuyan_mine

Licence

MIT