Templar-Protocol
contracts
Rust

Templar Protocol smart contracts

Last updated Jul 9, 2026
10
Stars
9
Forks
37
Issues
0
Stars/day
Attention Score
61
Language breakdown
No language data available.
Files click to expand
README

Templar Protocol

Test Kani 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

© 2026 GitRepoTrend · Templar-Protocol/contracts · Updated daily from GitHub