Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 574 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 574 Bytes

Bloom V2

Bloom is a public good protocol that bring yields derived from the "risk free" treasury bill rate into the DeFi landscape. Bloom V2 has expanding this idea of permissionless lending into the risk free rate with a novel RWA order-book design that provides a upgraded experience for all participants in the system.

Repository Setup

  1. Clone the repository

  2. Install dependencies

forge install
  1. Compile the contracts
forge compile
  1. Run the tests
forge test
  1. Run coverage report
bash coverage.sh