Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 698 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 698 Bytes

hyperledger-workshop

Environment for a Hyperledger Workshop for issuing credentials via Indy Besu ledger

Step 0. Open the repository in Gitpod

https://gitpod.io/#https://github.com/Toktar/hyperledger-workshop.git

Step 1. Setup Indy environment and launch Indy Besu ledger (pool)

sudo -E ./setup.sh

Step 2. Build the demo project

cd aries-framework-javascript/demo
nvm install 18.0.0
yarn install

Step 3. Launch Holder (Alice) CLI

yarn alice

Step 4. Launch Issuer (Faber) CLI

For launching the demo, open a new terminal in parallel and launch Faber profile

cd aries-framework-javascript/demo
nvm install 18.0.0
yarn faber