You can access the code files of this chapter on the following GitHub link:
For this project, we'll be working with the Stellar/quickstart Docker container provided by the Stellar Foundation for trying out the Stellar platform. The details of the Docker image can be found at the following link: https://hub.docker.com/r/stellar/quickstart/.
I'm using Ubuntu 18.04.2 LTS for running the applications and deploying my blockchain. This project assumes that you are working on a UNIX operating system. Additionally, this project assumes you have node.js and npm installed. I'm using node version 13.0.1 and npm version 6.12.0. You would also need the latest version of Docker and Docker Compose.
We'll be launching a Docker container...