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

How can I build a gasless txn experience using the relayer? #83

Open
0xbsa opened this issue Apr 19, 2023 · 2 comments
Open

How can I build a gasless txn experience using the relayer? #83

0xbsa opened this issue Apr 19, 2023 · 2 comments

Comments

@0xbsa
Copy link

0xbsa commented Apr 19, 2023

I have seen the relayer docs here: https://docs.sequence.xyz/relayer/building-relaying-server

I'm trying to integrate the relayer with my Go backend but there seems to be some differences in TS implementation (sequence.js) and this project. The relayer service bindings are not exactly the same. The TS bindings allow passing & fetching quote in sendMetaTxn & feeOptions calls respectively. This capability is missing the Go rpc bindings (or atleast I couldn't figure it out).

Edit: feeOptions method is missing in the Go relayer bindings 😞

Please advise with achieving the same result as the docs with Go client.
Thanks

@0xbsa 0xbsa changed the title How can I build a gasless txn experience using the relayer How can I build a gasless txn experience using the relayer? Apr 19, 2023
@0xbsa
Copy link
Author

0xbsa commented Apr 20, 2023

My understanding is that I'll need gas quotes from the relayer in order to craft the gas payment transaction using a (potentially) non-native token for gas. Is this correct?

@0xbsa
Copy link
Author

0xbsa commented Apr 24, 2023

@pkieltyka would you mind taking a look?

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

No branches or pull requests

1 participant