buildscripts/README.md

21 lines
428 B
Markdown
Raw Permalink Normal View History

2018-10-02 14:26:36 -07:00
# Certus One Buildscripts
This repo contains build scripts for reproducible builds.
Requirements:
* Docker
The scripts have been tested on Fedora 28.
## Cosmos-sdk
The cosmos-sdk buildscripts can be found in `cosmos-build`.
Usage example:
```
./run.sh v0.24.2
```
That will build cosmos-sdk version 0.24.2 and store the build artifacts in `build/v0.24.2`.
SHA256 sums of the build artifacts are printed to the console.