Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 406 Bytes

bitml-compiler

Compiles BitML smart contracts to Bitcoin transactions.

BitML is a high-level language used to specify Bitcoin smart contracts, abstracting from transactions.

Installation

git clone https://github.com/bitml-lang/bitml-compiler.git
cd bitml-compiler
./install.sh

After the installation, you have to logout and login again.

Documentation

https://bitml-lang.github.io/