https://gitlab.com/tezos/tezos
Raw File
Tip revision: 53d736ad485579025e57425c8e09b03585505fc8 authored by Arvid Jakobsson on 29 June 2023, 06:45:02 UTC
CI: Boost CPU
Tip revision: 53d736a
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