Stellar VM is the runtime for all Stellar code. It is designed to be portable & embeddable in applications and will be used in the CLI to run compiled & JIT Stellar code.
In order to compile this project you will also need Stellar-Common. Similar compilation steps are included in that project's readme.
This project is meant to be consumed as a library. On Linux, run these steps to install the shared library to your system lib and include:
mkdir build
cmake . -Bcmake-build-debug -G "Unix Makefiles"
cd cmake-build-debug/source
sudo make install
Please keep your contributions on-topic and be kind. Contributions of any kind are always welcome!
This project is licensed under the MIT License.