Skip to content

Commit 6a27736

Browse files
authored
Update README.md
1 parent cc64b4e commit 6a27736

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Diff for: README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
A domain-specific language to write Bitcoin transactions, based on the paper
88
[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/).
99

10-
**Online editor**:
11-
12-
- [http://balzac-lang.xyz](http://balzac-lang.xyz)
13-
14-
**Documentation**
15-
16-
- online: [http://docs.balzac-lang.xyz/](http://docs.balzac-lang.xyz/)
17-
- repository: [https://github.com/balzac-lang/balzac-doc](https://github.com/balzac-lang/balzac-doc)
10+
**Online editor**: [balzac-lang.xyz](http://balzac-lang.xyz)
1811

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

14+
## Quickstart
2015

16+
```
17+
docker pull balzaclang/balzac:latest
18+
docker run --rm -p 8080:8080 --name balzac balzaclang/balzac:latest
19+
```
2120

2221
## Setup
2322

0 commit comments

Comments
 (0)