nem-python is simple NEM library.
README-JP.md
- Do not require NIS running on local.
- You can sign on offline.
- Useful transaction builder.
- Useful simplify transaction.
Python3 (>=3.5)
from nem_python.nem_connect import NemConnect
nem = NemConnect(main_net=True)
nem.start()
- list of all class
- Engines
Look test folder.
MIT