Step 3: Download Prerequisites
Last updated
Was this helpful?
Last updated
Was this helpful?
Okay, let's be honest: this lab is going to be pretty heavy on your internet connection for the next twenty minutes. In the steps below, you're going to download a lot of useful and importnat tooling, including the VSCode IDE, node.js and Docker.
Visual Studio Code v1.39
VSCode also requires a number of other prerequisites including Docker, Node.js, NPM and JDK. We'll install these later.
IBM Blockchain Platform Extension
Docker
While the latest and greatest version of VSCode may seem like a no-brainer, unfortunately there is an incompatibility that causes node modules to not be compiled correctly in the blockchain extension we'll be using. For this reason, we'll be using a specific version.
Download here:
Once you have downloaded VSCode, install the file according to your operating system's instructions. For MacOS, you simply need to open the archive and drag the icon to your Applications folder.
Next, we'll install the IBM Blockchain Extension into our VSCode environment. To install extensions, find this icon in the left side of your VSCode environment (this visual menu is called your Activity Bar:)
A dialog will pop up to the right of the Activity Bar, with a Search box:
Enter IBM Blockchain
into the search bar and click the green Install button on the first result, IBM Blockchain Platform.
The extension will take a few seconds to install:
If you already have Docker installed correctly, congratulations, you can skip to step 3!
If you don't have Docker installed, the steps are fairly simple:
Congratulations, you've made it to the end of Step 3! In Step 4, we'll go through a blockchain application workshop.
Mac and Windows users can
Linux users can