Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1005 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1005 Bytes

Crypto Will

Introduction

Crypto Will its a project in development being built in the Ethereum network that aims to help people to approve assets (tokens) and configure inheretance members that will be able to claim them once the conditions assigned by its owner are met. Anyone can create a Will from this contract and set its assets to be claimed by whoever.

Project Status

The project is currently a work in progress. The WillFactory and Will contract basic functions are done and tested.

Roadmap

  • Reorganize and update README.
  • Adding ERC20 and ERC721 support to the contract. ✔️
  • Gas optimization, analyze functions and declarations.
  • Updating hardhat config and tasks. ✔️
  • Adding optional contact info for owner, lawyer and payee in the contract (e.g. Email/Phone).
  • Deploy and verify to rinkeby testnet.
  • Front end.