https://gitlab.com/tezos/tezos
Raw File
Tip revision: 490a4004cedce109b8fd5854524a316e3b72c6d9 authored by Antoine Lanco on 26 January 2024, 08:57:04 UTC
EVM/Test: add handler unit test that create a prefunded contract with no code
Tip revision: 490a400
README.md
This folder contains an ott formalization of Michelson (in
[michelson.ott](michelson.ott)) and an accompanying meta-data file
documenting instructions and types of Michelson (in
[michelson-meta.yaml](michelson-meta.yaml)). The meta data file has a
JSON schema in the file
[michelson-meta-schema.json](michelson-meta-schema.json).

These files are used to generate the dynamic Michelson reference. See
[tezos/michelson-reference](https://gitlab.com/tezos/michelson-reference)
for more information.
back to top