Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To attend the Hyperledger Foundation Community Workshop series, Intro to Decentralized Identity, some preparatory work must be done in order to follow along with the workshops. Please make sure the OS and tools listed below are installed. The command lines are provided because in some cases, the default download will not work with our solution.

OS

To successfully follow the examples given during the training, you will need Ubuntu 18.4.

...

Code Block
sudo apt install -y curl


Node.js

Info

Note: If running a Windows VirtualBox, there are special Node.js instructions found at the end of this document.

Note

Note: Do not use the default method for installing Node.js in Ubuntu, please enter the two command lines listed here.

...

Code Block
cd ~

mkdir git-hltraining

cd git-hltraining

git clone https://github.com/hyperledger/aries-toolbox.git

git clone https://github.com/hyperledger/aries-acapy-plugin-toolbox.git

cd ~


Install IndiIndy-CLI

Enter all of the following steps in to the Ubuntu command line:

...

Run indy-cli. A full path for cliconfig is needed if you do not run indy-cli from your home directory or wherever cliconfig resides.

Code Block
indy-cli --config cliconfig  

...