Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 711 Bytes

ChainWallet

Rinkeby

A basic on-chain second-layer wallet system. Wallets are managed by a master contract that enables the use of a single EOA to control multiple wallets, effectively creating a gateway for securely accessing cryptocurrencies and interacting with smart contracts. It also enables an additional layer of privacy that makes it harder to trace transactions directly to the EOA.

Features

  • Create managed accounts
  • Share wallets between EOAs
  • Interact with smart contracts from managed accounts
  • Send and Receive Ether from managed accounts