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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# WIP Python framework for MATT smart contracts
2
2
3
-
This repository contains a (very much Work In Progress) framework to create and test smart contracts using the `OP_CHECKCONTRACVERIFY` opcode of MATT.
3
+
This repository contains a (very much Work In Progress) framework to create and test smart contracts using the `OP_CHECKCONTRACTVERIFY` opcode of MATT.
4
4
5
5
# Prerequisites
6
6
## Installing the library
@@ -95,4 +95,4 @@ Refer to the [pytest documentation](https://docs.pytest.org/) for more advanced
95
95
96
96
## Report
97
97
98
-
Some tests produce additional illustrative info about the transactions produced during the contract execution, in a Markdown report called `report.md`.
98
+
Some tests produce additional illustrative info about the transactions produced during the contract execution, in a Markdown report called `report.md`.
0 commit comments