Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.18 KB

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