Skip to content

RubyGarneau/lend-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Compound-like Protocol

This document outlines the functionality of a simplified version of a Compound-like lending protocol implemented in Solidity.

Contract Functions

deposit()

Allows users to deposit Ether into the protocol. The deposited amount is added to the user's balance within the contract.

function deposit() external payable;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published