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.
The project is currently a work in progress. The WillFactory
and Will
contract basic functions are done and tested.
- 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.