You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 byWalletService
and then refactorWalletService
to just useWeb3service
to build the transactions and then send them!The text was updated successfully, but these errors were encountered: