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
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ NOTE: the examples do not handle fee management and will send transactions with
43
43
44
44
If not using the container above, please see an [example of custom bitcoin.conf](https://github.com/Merkleize/docker/blob/master/bitcoin.conf) to work with the scripts in this repository.
45
45
46
+
# Docs
47
+
48
+
See the [docs](./docs) folder for high-level documentation on how to design smart contracts using MATT.
49
+
50
+
As the framework is still in development, we recommend looking at the code examples below for developer documentation on using pymatt.
51
+
46
52
# Case studies
47
53
48
54
The `examples` folder contains some utility scripts to work with regtest bitcoin-core:
This folder contains high level documentation on the MATT framework, and the core concepts used in the examples of smart contracts implemented in this repository.
2
2
3
3
-[matt](./matt.md)<br>Start here for a general introduction to MATT.
4
-
-[contracts](./contracts.md)<br>How to build smart contracts based on state machines
4
+
-[contracts](./contracts.md)<br>How to build smart contracts based on state machines.
5
5
-[checkcontractverify](./checkcontractverify.md)<br>Draft specs for the `OP_CHECKCONTRACTVERIFY` opcode.
0 commit comments