Skip to content

Commit

Permalink
Merge pull request #346 from celestiaorg/adlerjohn/readme-build-from-…
Browse files Browse the repository at this point in the history
…source

Add instructions to build and test from source.
  • Loading branch information
adlerjohn authored Apr 11, 2022
2 parents cf02240 + 017248b commit 39acf3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ Design document: <https://docs.google.com/document/d/12gZow_JTJjRrmaD2mNTmYniLhy
[![GoDoc](https://godoc.org/github.com/celestiaorg/optimint?status.svg)](https://godoc.org/github.com/celestiaorg/optimint)
[![Twitter Follow](https://img.shields.io/twitter/follow/CelestiaOrg?style=social)](https://twitter.com/CelestiaOrg)

## Building From Source

Requires Go version >= 1.17.

To build:

```sh
git clone https://github.com/celestiaorg/optimint.git
cd optimint
go build -v ./...
```

To test:

```sh
go test ./...
```

## Contributing

We welcome your contributions! Everyone is welcome to contribute, whether it's in the form of code,
Expand Down

0 comments on commit 39acf3e

Please sign in to comment.