In this section, a quick introduction is given on how to set up a development environment for Sawtooth Lake. There are a few prerequisites that are required in order to set up the development environment.
Examples in this section assume a running Ubuntu system and the following:
- Vagrant, at least version 1.9.0, available at https://www.vagrantup.com/downloads.html.
- VirtualBox, at least 5.0.10 r104061, available at https://www.virtualbox.org/wiki/Downloads.
Once both of the prerequisites are downloaded and installed successfully, the next step is to clone the repository.
$ git clone https://github.com/IntelLedger/sawtooth-core.git
This will produce an output similar to the one shown in the following ...