Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aave_borrow

App which is used to interface with the AAVE v2 protocol lending contracts.

Install Dependencies

  1. Nodejs - (node v10.15.1), (npm 6.4.1),
  2. Python (version 2.7.7)
  3. Ganache-Cli npm install -g ganache-cli
  4. Node-GYP - npm install -g node-gyp
  5. Truffle- npm install -g truffle
  6. React - npm install -global create-react-app
  7. Git - sudo apt install git-all
  8. Visual Studio Code (or any text editor of your choice)
  9. Metamask for your browser

To Run App

  1. Clone git repository
  2. Install project dependencies npm install
  3. Open terminal window and Start forked Ganache. Assumes you are using Infura: ganache-cli --fork https://mainnet.infura.io/v3/ -p 7545
  4. Migrate smart contracts using Truffle: truffle migrate
  5. Launch the react front end on localhost:3000 - npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors