RitabrataDas343 / HODL

Hold On for Dear Life is a time lock wallet to which users can send their crypto and set a HODL time

Home Page:https://hodl-wallet.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HODL

Hold On for Dear Life is a time lock wallet to which users can send their crypto and set a HODL time. They can only withdraw their crypto once the HODL time passes. It prevents "Buy at the high and sell at the low."

Live - https://hodl-wallet.vercel.app/

Tech stack

  • Truffle framework
  • Ganache blockchain for development
  • React

Setup

  • Install Ganache
  • To deploy the smart contract, from the smart-contract directory, run
truffle migrate
  • Update the abi and the contract address in the src/ folder
  • Install Metamask browser extension and add Ganache network to it

Add the wallet as a browser extension

  • From the root directory,
npm run build
  • Open chrome://extensions/ and click on Load unpacked
  • Choose the build directory of this project

For development

  • From the root directory, run
npm start

Screenshots

image image

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

Hold On for Dear Life is a time lock wallet to which users can send their crypto and set a HODL time

https://hodl-wallet.vercel.app/

License:MIT License


Languages

Language:JavaScript 66.0%Language:CSS 16.9%Language:Solidity 9.3%Language:HTML 7.2%Language:Shell 0.5%