ErgoScript Language Spec
Introduction ErgoScript is a language to write contracts for Ergo blockchain. ErgoScript contracts can be compiled to ErgoTrees, serialized and stored in UTXOs.
A good starting point to writing contracts is to use ErgoScript by Example with Ergo Playgrounds or Appkit.
ErgoScript compiler is published as a library which is cross compiled for Java 7 and Java 8+ and thus can be used from any JVM lanugage and also on Android and JavaFX platforms.
Further information can be found at: