/bbse-bank-2.0

An example implementation of the Ethereum Design Patterns: Applying Idioms and Patterns exercise sheet.

Primary LanguageJavaScript

BBSE Bank 2.0

BBSEBank is a decentralized application (dApp) that enables users to earn interest by depositing Ether. The interest is calculated based on a pre-defined yearly return rate. Although the users can withdraw their Ether back anytime they want, the longer the deposit stays, the more interest they earn. The interest is paid in the form of BBSE token which is an ERC20 token. In BBSEBank 2.0, the users can now borrow ETH by collateralizing their BBSE tokens.