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

Implement Interface for contracts (ABI -> TS generator) #9

Closed
QuinnLee opened this issue Sep 28, 2021 · 0 comments · Fixed by #17
Closed

Implement Interface for contracts (ABI -> TS generator) #9

QuinnLee opened this issue Sep 28, 2021 · 0 comments · Fixed by #17
Assignees

Comments

@QuinnLee
Copy link
Contributor

QuinnLee commented Sep 28, 2021

Match specs to take in https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md#json-abi-format and encode and decode function and arguments.

Follow patterns from https://github.com/ethers-io/ethers.js/blob/master/packages/abi/src.ts/interface.ts
https://docs.ethers.io/v5/api/utils/abi/interface/

@QuinnLee QuinnLee changed the title Function data encode and decode Implement Interface for contracts Sep 30, 2021
@QuinnLee QuinnLee self-assigned this Sep 30, 2021
@QuinnLee QuinnLee changed the title Implement Interface for contracts Implement Interface for contracts (ABI -> TS generator) Oct 4, 2021
@QuinnLee QuinnLee linked a pull request Oct 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant