Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natzei committed Mar 29, 2024
1 parent cc64b4e commit 6a27736
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Expand Up @@ -7,17 +7,16 @@
A domain-specific language to write Bitcoin transactions, based on the paper
[A formal model of Bitcoin transactions](https://eprint.iacr.org/2017/1124.pdf) presented at [Financial Cryptography and Data Security 2018](http://fc18.ifca.ai/).

**Online editor**:

- [http://balzac-lang.xyz](http://balzac-lang.xyz)

**Documentation**

- online: [http://docs.balzac-lang.xyz/](http://docs.balzac-lang.xyz/)
- repository: [https://github.com/balzac-lang/balzac-doc](https://github.com/balzac-lang/balzac-doc)
**Online editor**: [balzac-lang.xyz](http://balzac-lang.xyz)

**Documentation**: [docs.balzac-lang.xyz](http://docs.balzac-lang.xyz)

## Quickstart

```
docker pull balzaclang/balzac:latest
docker run --rm -p 8080:8080 --name balzac balzaclang/balzac:latest
```

## Setup

Expand Down

0 comments on commit 6a27736

Please sign in to comment.