March 2018
Beginner to intermediate
656 pages
20h 9m
English
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:
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 ...