Skip to content

StellarLang/Stellar-VM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Stellar Icon

Stellar VM

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.

Compiling

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

Contributing

Please keep your contributions on-topic and be kind. Contributions of any kind are always welcome!

License

This project is licensed under the MIT License.

Releases

No releases published