Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 670 Bytes

File metadata and controls

25 lines (16 loc) · 670 Bytes

Hyperledger AFJ v0.4.0 Release Workshop Demo

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.

Running the code

The code is setup so the only prerequisite is node 18 and yarn.

Installing the dependencies

yarn install

Running the code

NOTE: every step is waiting for the user to press 'RETURN'. So, if the code seems very slow... that might be why.

yarn start