diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..09ff61dff51fefc899f2f50bbdaca184ecc771a6 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Concordant client library + +[](https://opensource.org/licenses/MIT) + +Concordant client library in Kotlin for the Concordant platform API. + +## Requirements + +- Download and install Gradle from [Gradle website](https://gradle.org/install/); + +## Project overview + +The code of the version v0 is in the directory *src/*. + +The pseudo code of the version v1 is in the directory *pseudo-code-v1/*. + +## Build project + +The building is managed through the use of Gradle. + +*gradle build*: compiles code.