Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The system consists of the following stages:
6. **Smart Contracts** - SEP-compliant Oracle on Stellar
7. **Frontend Demo** - UI for visualizing feeds

Data flows from raw external sources → ingestor → aggregator → signer → API on-chain oracle.
Data flows from raw external sources → ingestor → aggregator → signer → API -> on-chain oracle.

## 🗂️ Monorepo Layout

Expand Down Expand Up @@ -100,7 +100,7 @@ npm run check-types

## 📚 Documentation

See the [docs/](./docs/) directory for detailed documentation.
See the [docs/](./docs/) directory for detailed documentation

## 🧪 Testing

Expand Down
Loading