nem-python icon indicating copy to clipboard operation
nem-python copied to clipboard

NEM(NIS1) simple library of Python3

nem-python

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()
  • list of all class
    • basic usage
    • sending
    • multisig
    • receive
    • useful tool reform transaction
  • Engines
    • Account class

Samples

Look test folder.

Author

@namuyan_mine

Licence

MIT