Simple Lending App (see branch for Terra specific implementation)

To understand the framework better, please read the overview in the cosmwasm repo, and dig into the cosmwasm docs.

Installation

Install the recent version of rust and cargo (v1.58.1+) (via rustup)

Then run

cargo fetch

to install dependencies from the Cargo.lock file.