ethdebug / format

Smart contract debugging data format – Standards development working group
https://ethdebug.github.io/format/
43 stars 4 forks source link

Implement @ethdebug/pointers TypeScript package to serve as debugger-side reference implementation of ethdebug/format pointers #90

Closed gnidan closed 2 months ago

gnidan commented 2 months ago

This reference implementation provides a dereference(pointer) function, along with associated types.

Details