https://gitlab.com/tezos/tezos
Raw File
Tip revision: 13c086b920742ece41e8f07186aafadf9bb74318 authored by Albin Coquereau on 28 April 2023, 08:38:42 UTC
changes/alpha: update the legacy operation encoding entry and add an
Tip revision: 13c086b
README.md
# devtools

This is a place designed to development only tools, it may include, patches, suggestions, ppxes and others. **Tools here should not be used to make release builds, for testing or on the CI**.

## Tools

- protocol-print: This allows printing inside the protocol files for debugging purposes.
- utop-fix (deprecated by [tztop](../src/tooling/tztop/README.md)): allows utop to be used globally in Tezos
back to top