1 repo
Programming languages optimized for writing self-executing code on decentralized virtual machines.
Distinguishing note: Distinct from general-purpose languages due to the requirement for deterministic execution and financial safety.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Smart Contract Languages. Refine with filters or upvote what's useful.
This project is a high-level programming language and compiler toolchain designed for writing and deploying smart contracts on decentralized virtual machines. It provides a framework for creating self-executing code that operates within deterministic execution environments, ensuring that distributed nodes reach identical state transitions through stack-based machine execution. The language enables the development of complex decentralized logic by supporting state-machine-based contract structures and modular composition. It includes built-in capabilities for cryptographic signature verificati
Implements a high-level programming language specifically designed for self-executing logic on decentralized virtual machines.