Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.62 KB

File metadata and controls

48 lines (40 loc) · 1.62 KB

Templar Protocol

Test Coverage License: MIT

Templar Protocol is an overcollateralized lending protocol. This repository contains the core smart contracts, shared protocol logic, operator services, client libraries, test utilities, and supporting tooling used across the protocol.

Structure

  • common
    Shared protocol logic used by contracts, services, and tests.
  • contract
    Deployable smart contracts and contract-specific crates.
  • service
    Standalone off-chain services and bots.
  • tools
    Operator and developer command-line tools.
  • client
    Client libraries and SDKs.
  • mock
    Mock contracts used in tests.
  • test-utils
    Shared test harness utilities.
  • universal-account
    Shared universal-account crate.
  • fuzz
    Fuzz targets and related utilities.
  • docs
    Protocol and operational documentation.
  • audits
    Auditor-facing notes and known-issue references.
  • script
    Repository scripts for testing and CI workflows.

Build and run tests

./script/test.sh

Links