Fabric Gateway Ruby SDK RFC #359
jonmchan
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Happy New Year everyone! I'm very happy to share that I have finished an initial port of the Hyperledger Fabric Gateway SDK to ruby. Would love to get some feedback on the implementation.
https://github.com/EthicalIdentity/fabric-gateway-ruby
My key objectives were:
Key similarities:
Gateway.new(signer_identity, client).new_network('mynetwork').new_contract('basic').evaluate_transaction('GetAllAssets')Key differences:
Pending Features:
Am I missing anything or is there anything off spec that could be improved? Thanks for looking!
Beta Was this translation helpful? Give feedback.
All reactions