A Hyperledger Aries Framework JavaScript demo repository for the workshop on Jul 11, 2023, 05:00 PM CEST.
In this repository you can find many code samples including, but not limited to; establishing a DIDComm connection, Creating a did:indy
, issuing a credential and requestion a presentation.
The code is setup so the only prerequisite is node 18 and yarn.
yarn install
NOTE: every step is waiting for the user to press 'RETURN'. So, if the code seems very slow... that might be why.
yarn start