DeWordle is an open-source word game platform migrating to a Soroban-native architecture in the Stellar ecosystem.
This repository now includes a Soroban Migration Foundation baseline:
- Soroban Rust workspace and modular contracts
- TypeScript Soroban SDK scaffolding
- Frontend wallet/provider architecture (Freighter + Wallet Kit)
- Backend indexer/projection scaffolding
- CI workflows and contributor documentation for Wave-scale contribution
frontend/- Next.js appbackend/- NestJS API and indexer foundationonchain/- legacy Cairo contracts (reference)soroban/- new Soroban workspace (migration target)docs/- migration architecture and contributor guides
npm run install:allnpm run dev --prefix frontendnpm run start:dev --prefix backendcd soroban
cargo check --workspace