Versions Compared

Key

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

To attend the Hyperledger Foundation Community Workshop featuring identity solutions using Hyperledger Aries, some preparatory work must be done in order to follow along with the workshops.

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.


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

Node.js


Code Block
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

sudo apt install -y nodejs

...