Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support generating sol! from ABI JSON #73

Closed
Tracked by #74
DaniPopes opened this issue Jun 7, 2023 · 0 comments · Fixed by #173
Closed
Tracked by #74

Support generating sol! from ABI JSON #73

DaniPopes opened this issue Jun 7, 2023 · 0 comments · Fixed by #173
Assignees
Labels
enhancement New feature or request

Comments

@DaniPopes
Copy link
Member

Needs #72.

  • Add inner attributes to File
    • Parse #[sol(...)] attributes, maybe #![sol(include = "path/to/abi.json")]
  • Parse included JSON string as dynamic JSON ABI
  • Generate a Solidity interface string
  • Parse Solidity interface string into a TokenStream, and call sol
@DaniPopes DaniPopes added enhancement New feature or request help wanted Extra attention is needed labels Jun 7, 2023
@DaniPopes DaniPopes self-assigned this Jun 7, 2023
@DaniPopes DaniPopes removed the help wanted Extra attention is needed label Jun 7, 2023
@DaniPopes DaniPopes mentioned this issue Jun 7, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant