VCX Agent Core is implementation of simple agent with persistent file storage. It's based on
NodeJS Wrapper for aries-vcx
library.
- 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).
You can also have look at vcxagent-cli - CLI Aries agent based on this project.