Added libsodium requirement (#675)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent f58d995d74
commit 214ddcc60a
  1. 4
      CONTRIBUTING.md

@ -125,6 +125,10 @@ Questions on architectural best practices will be guided by the principles set f
### Automated Test coverage
All code submissions must be accompanied by appropriate automated tests. The goal is to provide confidence in the code’s robustness, while avoiding redundant tests.
>**Important**
> The [`libsodium`](https://download.libsodium.org/doc/installation) library must be installed to run `./gradlew integrationTest`.
### Pull Requests
The process described here has several goals:

Loading…
Cancel
Save