Skip to content

A smart contract that helps you have a second address to recover ether.

Notifications You must be signed in to change notification settings

Timidan/SafeKeep

 
 

Repository files navigation

SafeKeep

  • To get environment set for local development run the following command in your console
  • yarn - This installs all necessary package(s)
  • yarn dev - This starts the local server

To Test on Live server

  • Go To SafeKeep
  • On metamask, switch to the ropsten network
  • Click on the login button on our page to connect
  • Once you connect, you'll be redirected to your wallet
  • To Deposit, simply click on the deposit button and a modal will appear
  • Enter an amount greater than 0.001 Ether and a valid backup address and then deposit funds
  • For withdrawal, simply click on the withdraw button on the header and a modal will appear, you can decide to withdraw some of your deposited ether by entering an amount less than your balance, but if you want to withdraw all just click on withdraw
  • To Ping the contract at a time within a month, just click on the ping function
  • To Check for users who haven't pinged in 6 months, the Admin calls the Check Old Pingers function. Only the Admin can call this function.
  • After 6 months of no pings, the contract should automatically disburse the funds to your backup address

DEMO

About

A smart contract that helps you have a second address to recover ether.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 35.3%
  • JavaScript 30.8%
  • HTML 22.1%
  • CSS 11.8%