Content pfp
Content
@
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
Considering making all Warpcast wallets AA when we migrate to mainnet. What are the best AA wallet implementations out there today?
26 replies
7 recasts
61 reactions

​woj pfp
​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 pfp
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

dcbuilder.eth pfp
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

EulerLagrange.eth pfp
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.
1 reply
0 recast
0 reaction