-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AriesVCX CLI POC #692
AriesVCX CLI POC #692
Conversation
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Codecov Report
@@ Coverage Diff @@
## main #692 +/- ##
==========================================
- Coverage 54.65% 53.23% -1.42%
==========================================
Files 381 381
Lines 36852 36852
Branches 8136 8110 -26
==========================================
- Hits 20142 19620 -522
- Misses 10713 11496 +783
+ Partials 5997 5736 -261
Flags with carried forward coverage won't be shown. Click here to find out more. see 25 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -0,0 +1,4 @@ | |||
{"reqSignature":{},"txn":{"data":{"data":{"alias":"Node1","blskey":"4N8aUNHSgjQVgkpm8nhNEfDf6txHznoYREg9kirmJrkivgL4oSEimFF6nsQ6M41QvhM2Z33nves5vfSn9n1UwNFJBYtWVnHYMATn76vLuL3zU88KyeAYcHfsih3He6UHcXDxcaecHVz6jhCYz1P2UZn2bDVruL5wXpehgBfBaLKm3Ba","blskey_pop":"RahHYiCvoNCtPTrVtP7nMC5eTYrsUA8WjXbdhNc8debh1agE9bGiJxWBXYNFbnJXoXhWFMvyqhqhRoq737YQemH5ik9oL7R4NTTCz2LEZhkgLJzB3QRQqJyBNyv7acbdHrAT8nQ9UkLbaVL9NBpnWXBTw4LEMePaSHEw66RzPNdAX1","client_ip":"127.0.0.1","client_port":9702,"node_ip":"127.0.0.1","node_port":9701,"services":["VALIDATOR"]},"dest":"Gw6pDLhcBcoQesN72qfotTgFa7cbuqZpkX3Xo6pLhPhv"},"metadata":{"from":"Th7MpTaRZVRYnPiabds81Y"},"type":"0"},"txnMetadata":{"seqNo":1,"txnId":"fea82e10e894419fe2bea7d96296a6d46f50f93f9eeda954ec461b2ed2950b62"},"ver":"1"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps we could make small rust crate containing these, similar to https://github.com/AbsaOSS/sovrin-networks
Would be handy in aries rust project
Really cool :-) Would be nice to dockerize this and then run it from https://www.docker.com/play-with-docker/ :-) Online ephemeral CLI aries client |
An experimental AriesVCX command line interface proof-of-concept, built on top of aries-vcx-agent. There is not much in terms of functionality at the moment, except for writing schema and cred def, establishing connection, listing connections, listing and reacting to received messages. There is plenty of room for improvement (logging, for one), but at the same time, this PR provides a blueprint which can be easily improved and extended with further functionality.
Signed-off-by: Miroslav Kovar miroslav.kovar@absa.africa