https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9a56d37442530b1f5644c9418a8f3244e4b51f24 authored by Mehdi Bouaziz on 28 June 2022, 11:57:27 UTC
Tests/Python: update regression trace
Tip revision: 9a56d37
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