Requirements

To make the set up easier, the environment of the project is dockerized, so the main requirements are:

Workshop Setup

Workshop levels

1º Level. Explanation of our simplified Lending Pool.

The important scripts used here (and always from the console inside the docker smart-contracts service) are:

2º Level. Implement the remaining methods on the LendingPool smart contract

Time to work a little! And for that, the important scripts are the ones from the previous steps plus:

3º Level. Reveal and explain full implementation of the LendingPool.

No new scripts here.

4º Level. Deployment on kovan and interaction with a sample client.