hyperledger-archives / avalon

Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
https://wiki.hyperledger.org/display/avalon/Hyperledger+Avalon
Apache License 2.0
136 stars 93 forks source link

Which document to read about proxy model with fabric? #757

Closed kunmel closed 3 years ago

kunmel commented 3 years ago

I am a beginner in avalon. I noticed avalon can connect with fabric in proxy model and i want to know their detailed interaction flow, and how can i get start. Please tell me which documents should I read ? Thanks a lot!!!!

rranjan3 commented 3 years ago

https://github.com/hyperledger/avalon/blob/master/docs/TestingFabricProxyModel.rst - Refer this to get started with trying out the Fabric proxy model.

kunmel commented 3 years ago

https://github.com/hyperledger/avalon/blob/master/docs/TestingFabricProxyModel.rst - Refer this to get started with trying out the Fabric proxy model.

Thanks a lot for your help!

kkkkkkkkkkkkkkkk123 commented 3 years ago

@rranjan3 Hello, I'm following the https://github.com/hyperledger/avalon/blob/master/docs/TestingFabricProxyModel.rst , but i meet an error when i try to run ./generic_client.py -b fabric --workload_id "echo-result" --in_data "Hello" -o --worker_id "singleton-worker-1" in avalon-shell container. Could you please check #758 and give me some help?