Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.04 KB

File metadata and controls

20 lines (13 loc) · 1.04 KB

SmartDrop contracts

CI

Soroban (Rust) smart contracts and design notes for SmartDrop on Stellar.

Related repositories

Repository Role
smart-frontend Next.js app (Freighter, RPC)
smartdrop-backend APIs and indexing (planned)
SmartDrop Original monorepo (reference)

Layout

  • contracts/ — reserved layout / pointers
  • soroban/ — Soroban design and future Rust workspace

Scaffold on-chain code with the Stellar CLI (stellar contract init) when you are ready, then publish factory and pool contract IDs to the frontend repo’s environment variables.