Skip to content
水樹素子 edited this page Mar 7, 2017 · 1 revision

Welcome to the iroha-python wiki!

iroha-python's function

  • build transaction
  • send transaction to sumeragi
  • fetch transaction/asset data from ametsuchi
  • some cryptographic function( SHA3, make key pair, verify)

iroha-python's Archtecture

iroha
├── transaction.py
|    ├── Builder
|    └── Validator
├── repository.py
|    ├── AssetRepo
|    └── TransactionRepo
├── crypto.py
|    ├── Hash
|    └── KeyPair
└── connection.py

Sample

Todo

>>> import iroha

Feature

  • support pip
Clone this wiki locally