Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
/ humminglend Public archive

A lending bot that maximizes the interest you earn from decentralized lending protocols like Compound Finance

License

Notifications You must be signed in to change notification settings

fengtality/humminglend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HummingLend

A lending bot that maximizes the interest you earn from decentralized lending protocols like Compound Finance

Description

Installation

  1. Install geth See https://github.com/ethereum/go-ethereum/wiki/Installing-Geth

  2. Install yarn See https://yarnpkg.com/lang/en/docs/install/

  3. Install JS dependencies

yarn install
  1. Create an Ethereum wallet on the Rinkeby testnet

  2. Import the Ethereum wallet into Metamask using the wallet keystore file

  3. Follow https://faucet.rinkeby.io/ to get some test ETH

  4. Go to app.compound.finance and wrap your test ETH into WETH. Make sure that you are on the Rinkeby testnet!

How to run

  1. In a separate Terminal window, run an unlocked geth node in light sync mode on Rinkeby
geth --rinkeby --sync=light
  1. Start the app
yarn run start-dev
  1. Visit `http://localhost:3000" in your browser

SCREENSHOT OF USER INTERFACE

About

A lending bot that maximizes the interest you earn from decentralized lending protocols like Compound Finance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published