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
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
*WARNING: DO NOT USE THIS* – This is just a developer playground.
This is the solution to the exercise in the [wallet.pdf](wallet.pdf).
It implements a basic wallet for ether and tokens. It also allows users to deposit funds. The wallet contract can be upgraded since we use a proxy contract that holds the funds. (not tested for security and stability)