Skip to content

canicefavour/quicklendx-protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,861 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickLendX Protocol

QuickLendX is a monorepo containing the complete protocol stack for decentralized invoice financing on Stellar Soroban.

Packages

  • quicklendx-contracts/: Smart contracts and contract tests for the QuickLendX protocol.
  • quicklendx-backend/: Backend services, API schema, and server implementation.
  • quicklendx-frontend/: Next.js frontend application for user interaction.

Getting Started

Smart Contracts

cd quicklendx-contracts
cargo build
cargo test

Backend

cd quicklendx-backend
npm ci
npm run dev

Frontend

cd quicklendx-frontend
npm ci
npm run dev

Documentation

  • docs/: Project-wide design, implementation, and audit documentation.
  • quicklendx-contracts/README.md: Smart contract-specific documentation.
  • quicklendx-backend/README.md: Backend-specific documentation.
  • quicklendx-frontend/README.md: Frontend-specific documentation.

Contribution

Please follow the repository guidelines in AGENTS.md and include tests for any behavior changes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 55.6%
  • HTML 25.1%
  • TypeScript 18.7%
  • Shell 0.3%
  • JavaScript 0.2%
  • PowerShell 0.1%