Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Michelson Parser

A practical Michelson bytecode parser focused on usefulness rather than formal correctness.

Goal

This tool parses Michelson bytecode into a readable, hierarchical structure. The emphasis is on practical utility for developers working with Tezos smart contracts, prioritizing clear visualization and usability. It is incomplete and buggy yet useful.