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

Add support for "transaction" building in unlock-js #15077

Open
julien51 opened this issue Nov 13, 2024 · 1 comment
Open

Add support for "transaction" building in unlock-js #15077

julien51 opened this issue Nov 13, 2024 · 1 comment
Assignees

Comments

@julien51
Copy link
Member

UnlockJs includes a WalletService which can be used to send transactions. However, in more an more contexts (farcaster Frames, cross-chain purchases), we need to "build" the callData, without actually sending the transaction(s).
Let's add support for transaction building in unlock-js (probably to Web3Service) for any of the transactions sent by WalletService and then refactor WalletService to just use Web3service to build the transactions and then send them!

@julien51
Copy link
Member Author

This is also going to be useful for @0xTxbi so we can do embedded wallet transactions with Privy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants