Content
@
0 reply
0 recast
2 reactions
Varun Srinivasan
@v
Considering making all Warpcast wallets AA when we migrate to mainnet. What are the best AA wallet implementations out there today?
20 replies
6 recasts
54 reactions
woj
@woj.eth
worldcoin did a great job with their smart contract wallet rollout and migration from polygon to op can't find code rn, but they are talking about it here https://worldcoin.org/blog/product/composability-world-app-protocols-powering-worldcoin-first-wallet
1 reply
0 recast
3 reactions
Varun Srinivasan
@v
@dcbuilder is this the wallet that the app uses? https://github.com/worldcoin/hubble-bls-wallet/blob/main/contracts/contracts/BLSWallet.sol
2 replies
0 recast
0 reaction
EulerLagrange.eth
@eulerlagrange.eth
A BLS wallet will give you cheaper tx fees because of the ability to aggregate signatures. You’d have to use a bundler that supports it. Verifying individual BLS signatures on-chain is expensive pre-EIP-2537 (precompile awaiting merge). It has some system design considerations.
0 reply
0 recast
0 reaction
dcbuilder.eth
@dcbuilder
No, we are using @safe smart contract wallets and using the gasless feature to subsidize cost (early user adoption incentive). The hubble bls wallet was a wallet for our own optimistic rollup that did bls signature aggregation of erc20 transfers and only that. We discontinued that project in favor of using Optimism
0 reply
0 recast
5 reactions