Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantasma-io/phantasmacompiler
https://github.com/phantasma-io/phantasmacompiler
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantasma-io/phantasmacompiler
- Owner: phantasma-io
- Created: 2024-03-11T11:46:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:47:16.000Z (10 months ago)
- Last Synced: 2024-05-01T00:44:45.776Z (8 months ago)
- Language: C#
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHANTASMA SMART CONTRACT COMPILER #
Alpha version.
### What is the Phantasma VM? ###
A register-based non-turing complete virtual execution environment for blockchain-based smart contracts.
An early specification can be found in the [Phantasma whitepaper](http://phantasma.io/phantasma_whitepaper.pdf)
### How to build? ###
You'll need a .NET compiler like msbuild (Visual Studio) or xbuild (Mono)
The only dependencies so far are the Lunar parser used for manipulating the JSON ABI and the Phantasma Chain for VM Opcodes and other core structures.
Any questions, comments, suggestions, you can reach the Phantasma development team via [email protected].