.env
.flake8
.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
setup.py
.github/workflows/run-tests.yml
docs/README.md
docs/checkcontractverify.md
docs/contracts.md
docs/matt.md
examples/fund.sh
examples/init.sh
examples/game256/README.md
examples/game256/game256_contracts.py
examples/ram/README.md
examples/ram/ram.py
examples/ram/ram_contracts.py
examples/ram/requirements.txt
examples/rps/README.md
examples/rps/requirements.txt
examples/rps/rps.py
examples/rps/rps_contracts.py
examples/vault/README.md
examples/vault/requirements.txt
examples/vault/vault.py
examples/vault/vault_contracts.py
examples/vault/scripts/normal-1-input-3-outputs.txt
examples/vault/scripts/normal-with-revault-3-inputs.txt
examples/vault/scripts/recover-from-trigger-1-input.txt
examples/vault/scripts/recover-from-vault-1-input.txt
matt/__init__.py
matt/argtypes.py
matt/cli.py
matt/contracts.py
matt/environment.py
matt/manager.py
matt/merkle.py
matt/script_helpers.py
matt/utils.py
matt/btctools/__init__.py
matt/btctools/_base58.py
matt/btctools/_script.py
matt/btctools/_serialize.py
matt/btctools/auth_proxy.py
matt/btctools/block.py
matt/btctools/common.py
matt/btctools/errors.py
matt/btctools/key.py
matt/btctools/messages.py
matt/btctools/psbt.py
matt/btctools/ripemd160.py
matt/btctools/script.py
matt/btctools/segwit_addr.py
matt/btctools/tx.py
matt/hub/README.md
matt/hub/__init__.py
matt/hub/fraud.py
pymatt.egg-info/PKG-INFO
pymatt.egg-info/SOURCES.txt
pymatt.egg-info/dependency_links.txt
pymatt.egg-info/requires.txt
pymatt.egg-info/top_level.txt
test_utils/README.md
test_utils/__init__.py
test_utils/utxograph.py
tests/conftest.py
tests/test_fraud.py
tests/test_ram.py
tests/test_rps.py
tests/test_vault.py