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.
- Host: GitHub
- URL: https://github.com/uditkarode/genenum
- Owner: uditkarode
- Created: 2022-04-06T06:19:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T16:15:43.000Z (about 4 years ago)
- Last Synced: 2025-01-14T18:08:41.302Z (over 1 year ago)
- Topics: enums, generate, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
