Skip to content

Commit 080a10a

Browse files
authored
Update README.md
1 parent b9414e0 commit 080a10a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# LuminaryTrade
1+
# InterTrade
22

33
> **A TypeScript monorepo that connects blockchain integrations (Stellar + Soroban) with AI services for trading, credit scoring, fraud detection, and risk automation.**
44
55
---
66

7-
## 📖 What is LuminaryTrade?
7+
## 📖 What is InterTrade?
88

9-
**LuminaryTrade** is a production-ready platform for building AI-driven financial services on the Stellar blockchain. It bridges decentralized finance (DeFi) with artificial intelligence to enable trustless, intelligent financial services.
9+
**InterTrade** is a production-ready platform for building AI-driven financial services on the Stellar blockchain. It bridges decentralized finance (DeFi) with artificial intelligence to enable trustless, intelligent financial services.
1010

1111
### What It Does
1212

13-
LuminaryTrade combines three core pillars:
13+
InterTrade combines three core pillars:
1414

1515
1. **Stellar Blockchain Integration**
1616
- Direct connection to Stellar Horizon API for account data, transaction history, and on-chain state
@@ -31,7 +31,7 @@ LuminaryTrade combines three core pillars:
3131

3232
### What It's For
3333

34-
LuminaryTrade enables teams to rapidly build:
34+
InterTrade enables teams to rapidly build:
3535

3636
- **🏦 Lending Platforms**: Automated credit scoring and underwriting with blockchain verification
3737
- **🚨 Fraud Prevention Systems**: Real-time transaction monitoring and anomaly detection
@@ -100,7 +100,7 @@ LuminaryTrade enables teams to rapidly build:
100100
## 📁 Project Structure
101101

102102
```text
103-
luminarytrade/
103+
InterTrade/
104104
├── backend/ # Backend services and APIs
105105
│ ├── src/ # API source code (controllers, services, models)
106106
│ ├── tests/ # Unit & integration tests
@@ -143,8 +143,8 @@ luminarytrade/
143143
1. **Clone the repository**
144144

145145
```bash
146-
git clone https://github.com/GameChangable/luminarytrade.git
147-
cd luminarytrade
146+
git clone https://github.com/GameChangable/InterTrade.git
147+
cd InterTrade
148148
```
149149

150150
2. **Install dependencies**
@@ -250,7 +250,7 @@ pnpm deploy:testnet
250250
### Using the Core SDK
251251

252252
```typescript
253-
import { StellarConnector, AIService, CreditScorer } from '@luminarytrade/core';
253+
import { StellarConnector, AIService, CreditScorer } from '@InterTrade/core';
254254

255255
// Initialize Stellar connection
256256
const stellar = new StellarConnector({
@@ -527,7 +527,7 @@ See `CONTRIBUTING.md` for detailed guidelines.
527527
- **`docs/api-reference.md`** - Complete API endpoint documentation
528528
- **`docs/smart-contracts.md`** - Contract architecture and deployment
529529
- **`docs/deployment.md`** - Production deployment guide
530-
- **`docs/integration-guide.md`** - How to integrate LuminaryTrade
530+
- **`docs/integration-guide.md`** - How to integrate InterTrade
531531
- **`docs/ai-providers.md`** - AI provider configuration
532532
- **`docs/troubleshooting.md`** - Common issues and solutions
533533

@@ -537,7 +537,7 @@ See `CONTRIBUTING.md` for detailed guidelines.
537537

538538
- **Issues**: Open an issue for bug reports or feature requests
539539
- **Discussions**: Use GitHub Discussions for questions and ideas
540-
- **Email**: contact@luminarytrade.dev
540+
- **Email**: contact@InterTrade.dev
541541

542542
---
543543

@@ -577,4 +577,4 @@ This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) f
577577

578578
**Last Updated**: June 5, 2026
579579

580-
For the latest updates, visit [GitHub](https://github.com/GameChangable/luminarytrade).
580+
For the latest updates, visit [GitHub](https://github.com/GameChangable/InterTrade).

0 commit comments

Comments
 (0)