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
- Host: GitHub
- URL: https://github.com/animo/hyperledger-afj-040-release-workshop
- Owner: animo
- Created: 2023-07-04T13:37:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T17:01:33.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T18:40:00.872Z (about 1 year ago)
- Language: TypeScript
- Size: 138 KB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```