Contributing Ensure the correct version of Golang is installed. The version can be found in ./go.mod. Install the dependencies with make install. Compile the code with make build. Print the help text with frontier --help. Run the tests with make test.