You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
Simplicity is a blockchain programming language designed as an alternative to Bitcoin script.
4
4
5
-
The language and implementation is still under development.
5
+
The language and implementation is still under development.
6
+
7
+
It's recommended to start with [SimplicityHL](https://github.com/BlockstreamResearch/SimplicityHL) which looks and feels like Rust and compiles down to Simplicity Bytecode. There is also [rust-simplicity](https://github.com/BlockstreamResearch/rust-simplicity), a general purpose library for processing Simplicity programs.
6
8
7
9
## Contents
8
10
@@ -191,5 +193,6 @@ A recent PDF version can be found in the [pdf](https://github.com/ElementsProjec
191
193
192
194
## Contact
193
195
194
-
Interested parties are welcome to join the [Simplicity mailing list](https://lists.ozlabs.org/listinfo/simplicity).
195
-
Issues and pull-requests can be made through GitHub's interface.
196
+
Discussions are hosted on [Github discussions](https://github.com/BlockstreamResearch/simplicity/discussions), and there's a [Simplicity Telegram Community](https://t.me/simplicity_community).
0 commit comments