projects / typescript reactjs hardhat solidity

Ethereum Timelock

Published on
Ethereum Timelock · 1 min read

Ethereum-Timelock

Implementation of a simple time locked deposit mechanism on Ethereum

URL: https://ethereum-timelock.netlify.app

Contract: https://kovan.etherscan.io/address/0xAE7f9CCFa9f483014e1724d784be006B69AB543E

Demo: https://www.youtube.com/watch?v=r8lRBWqLExg

Features:

  1. Deposit ETH or Arbitrary ERC20 tokens redeemable by a specified address once the locking period expires.
  2. Meta-Transaction enabled Claim operation using Biconomy.

Tech Stack:

  1. Frontend: React.js with Typescript, Material UI, Biconomy Mexa.
  2. Contracts: Hardhat with Typescript for contract development and testing.