https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6dc161e02a5e1eb3e863c116d9ecfb947701a36d authored by marcbeunardeau on 19 July 2023, 16:16:56 UTC
comment
Tip revision: 6dc161e
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