diff --git a/README.md b/README.md index 6ad13fb..ff31e2a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Sokt + Sokt is a Kotlin wrapper for the Solidity compiler (solc). Given a solidity file, it can identify the ideal compiler version to use from the pragma statement at the top of the file. It can then download, install and invoke the compiler. Rather than using Dockerized versions of Solc, Sokt uses native builds and is compatible with Mac, Windows and Linux (x86/64 only)*. This means that the only dependency is a Java installation. Sokt also plays nicely with GraalVM, eliminating the Java dependency if necessary. Sokt is currently under active development. You can use it in one of your own projects by adding the following dependency to your `build.gradle`: