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
-
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