An open API service indexing awesome lists of open source software.

https://github.com/uditkarode/genenum

Generate TypeScript files containing Solidity enums.
https://github.com/uditkarode/genenum

enums generate solidity typescript

Last synced: about 2 months ago
JSON representation

Generate TypeScript files containing Solidity enums.

Awesome Lists containing this project

README

          

# GenEnum

`genenum` is a very simple tool that scans your Solidity project directory and
extracts the enums into TypeScript files. Since TypeChain does not have this
functionality at the moment, genenum might save you the trouble of keeping
enums in sync manually.

![example](example.jpg)