-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
backendSomething isn't workingSomething isn't workingdrips-wave-1Extra attention is neededExtra attention is neededgood first issueGood for newcomersGood for newcomerstypescriptNew feature or requestNew feature or request
Description
Title: [Parser] Implement Ethereum ABI to JSON Translator in libs/parsers
📝 Description
The core of SpecDoc is its ability to "read" contracts. We need a utility that takes a standard Ethereum JSON ABI and converts it into our internal SpecDocSchema format.
🎯 Goal
Develop a parser that extracts function names, input types, and output types from a standard ABI.
✅ Requirements
- Create a
solidity.parser.tsfile. - Correctly identify
readvs.writefunctions. - Map standard Solidity types (uint256, address) to human-readable labels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendSomething isn't workingSomething isn't workingdrips-wave-1Extra attention is neededExtra attention is neededgood first issueGood for newcomersGood for newcomerstypescriptNew feature or requestNew feature or request