AmbireTech / adex-protocol-eth

Ethereum implementation of the Ambire Protocol: Ambire Wallet contracts and AdEx payment channels
https://www.ambire.com
MIT License
50 stars 24 forks source link

extra/UserContract #19

Closed Ivshti closed 5 years ago

Ivshti commented 5 years ago

simple contract based on/derived from the gnosis safe that allows gas abstractions for a user, and scheduled withdrawals

other implementations of gas abstractions seem dangerously complicated...

what we need is:

Ivshti commented 5 years ago

additional idea here: for simplicity,t he contracts only support ERC20 tokens; in order to support ETH, we can create an ERC20 interface that represents eth but works with the UserContract abstractions; needs to be thought over

Ivshti commented 5 years ago

closing in favor of

https://github.com/AdExNetwork/adex-protocol/issues/10

and

https://github.com/AdExNetwork/adex-protocol-eth/pull/20