RequestNetwork / requestNetwork

A JavaScript library for interacting with the Request Network protocol
https://docs.request.network/
MIT License
383 stars 76 forks source link

As a Builder, I want to create requests from a smart contract account like Safe Multisig, MPC Wallet, or EIP-4337 Account Abstraction wallet #1174

Open MantisClone opened 1 year ago

MantisClone commented 1 year ago

Problem

We don't support creating requests from Safe Multisig Wallets or EIP-4337 Account Abstraction wallets

Possible Solution

MantisClone commented 2 months ago

We kind of support account abstraction already if there's an EOA that controls the smart contract wallet. The EOA will sign as the Payee Identity, and the smart contract wallet will receive the funds.