Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.61 KB

File metadata and controls

59 lines (49 loc) · 1.61 KB

DeWordle

DeWordle is an open-source word game platform migrating to a Soroban-native architecture in the Stellar ecosystem.

Foundation Status

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

Repository Layout

  • frontend/ - Next.js app
  • backend/ - NestJS API and indexer foundation
  • onchain/ - legacy Cairo contracts (reference)
  • soroban/ - new Soroban workspace (migration target)
  • docs/ - migration architecture and contributor guides

Quick Start

Install JS dependencies

npm run install:all

Validation Shortcuts

npm run verify:frontend
npm run verify:backend

Frontend

npm run dev --prefix frontend

Backend

npm run start:dev --prefix backend

Soroban workspace

cd soroban
cargo check --workspace

Key Docs

License

MIT