hyperledger / fabric-sdk-py

Hyperledger Fabric Python SDK
https://fabric-sdk-py.readthedocs.io/en/latest/
Apache License 2.0
408 stars 201 forks source link

dear developer, if i want orderer node to do more tasks,what should i do ,thanks! #166

Closed Creazy-MR closed 2 years ago

Creazy-MR commented 2 years ago

Dear developer: thanks for your efforts on this Python SDK.recently,i want use Fabric Python SDK to do more applications. but i need orderer nodes to do more tasks before committing the block to the world state. How can i do with Python SDK,.

yeasy commented 2 years ago

The orderer logic is in the fabric repo: https://github.com/hyperledger/fabric/. You may take a look at the code there.

Creazy-MR commented 2 years ago

@yeasy thanks!