An open API service indexing awesome lists of open source software.

https://github.com/animo/hyperledger-afj-040-release-workshop


https://github.com/animo/hyperledger-afj-040-release-workshop

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

```console
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.

```console
yarn start
```