You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
William Kennedy edited this page May 12, 2022
·
2 revisions
Required Software
The following items are required to build and run the services associated with the project.
Golang
The minimum supported version of Go is 1.18. To upgrade your installation of Go, see the documentation.
Staticcheck
This project uses Staticcheck as the linter for code correctness and Go idioms. Running tests will require the use of Staticcheck. Information on installing Staticcheck can be found here.
Downloading The Project
The recommended option is to use the git clone command and clone the project anywhere on disk.
$ cd $HOME
$ mkdir code
$ cd code
$ git clone https://github.com/ardanlabs/blockchain
$ cd blockchain
Running Tests
Navigate to the root of the project and run the test suite.