- Notifications
You must be signed in to change notification settings - Fork 80
Home
水樹素子 edited this page Mar 7, 2017 · 1 revision
Welcome to the iroha-python wiki!
- build transaction
- send transaction to sumeragi
- fetch transaction/asset data from ametsuchi
- some cryptographic function( SHA3, make key pair, verify)
iroha ├── transaction.py | ├── Builder | └── Validator ├── repository.py | ├── AssetRepo | └── TransactionRepo ├── crypto.py | ├── Hash | └── KeyPair └── connection.py
Todo
>>> import iroha
- support pip