A decentralized supply chain visibility and coordination protocol built on Soroban.
- Frontend: Next.js + TypeScript
- Backend: Rust
- Smart Contracts: Rust + Soroban
- Blockchain: Stellar/Soroban
├── frontend/ # Next.js frontend application
├── backend/ # Rust API server
├── contracts/ # Soroban smart contracts
├── docs/ # Protocol documentation
└── scripts/ # Development and deployment scripts
-
Install dependencies:
npm install
-
Start development:
npm run dev
- Frontend:
cd frontend && npm run dev - Backend:
cd backend && cargo run - Contracts:
cd contracts && make build
- Visibility Layer - Append-only event log
- Interoperability Standard - Canonical data schema
- ZK Attestations - Privacy-preserving compliance
- Programmable Settlement - Automated payments
- Resilience Graph - Network risk analysis