Skip to content

Add MIT LICENSE file - #23

Open
Muhammadcodes112 wants to merge 2 commits into
mainfrom
mvp-phase-1
Open

Add MIT LICENSE file#23
Muhammadcodes112 wants to merge 2 commits into
mainfrom
mvp-phase-1

Conversation

@Muhammadcodes112

Copy link
Copy Markdown
Contributor

Summary

Related Issue

Closes #

Layer Touched

This PR modifies exactly one layer (per the single-layer-per-PR convention in AGENTS.md):

  • astre_frontend — Next.js frontend
  • astre_server — NestJS backend API
  • astre_contract — Soroban smart contract (Rust)
  • Other (docs, CI, repo config — no source layer changed)

If your changes span more than one source layer, stop and split this PR.

Checklist

All PRs

  • The branch is up to date with main
  • No .env files, secrets, or API keys are included
  • No auto-generated files (node_modules/, target/, .next/, dist/) are committed

Frontend (astre_frontend/) — if applicable

  • npm run build passes locally (run from astre_frontend/)
  • No TypeScript errors (npx tsc --noEmit)
  • No MOCK_ constants left in app/ or src/store/
  • New or updated tests added where appropriate

Backend (astre_server/) — if applicable

  • npm run build passes locally (run from astre_server/)
  • No TypeScript errors
  • New endpoints follow RESTful conventions

Contract (astre_contract/) — if applicable

  • cargo build --release --target wasm32-unknown-unknown passes
  • cargo test --lib passes — all tests green
  • No unsafe code introduced without justification

Testing Notes

@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
astre Ready Ready Preview Aug 17, 2026 6:22am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant