@hyperledger/vcxagent-core
v0.62.0-main-7308
Published
Aries-framework-rs based Aries agent
Downloads
1,093
Readme
VCX Agent Core
VCX Agent Core is implementation of simple agent with persistent file storage. It's based on
NodeJS Wrapper for aries-vcx
library.
Try it
- First step is to compile and
aries-vcx
and make it available on your system. Follow instructions. - You need to have mediator agent compatible with
aries-vcx
. See more info. - Run
npm run demo
. This will run sample scenario where Alice and Faber- establish connection,
- Faber issues a credential to Alice
- Faber requests Alice to prove certain information about herself (using the credential).
Note
You can also have look at vcxagent-cli - CLI Aries agent based on this project.