Skip to content
 
 

Repository files navigation

Escrow Backend

Express + TypeScript backend for the Soroban milestone escrow platform.

Tech Stack

  • Node.js + Express
  • TypeScript
  • Stellar SDK
  • Soroban RPC

Setup

npm install
cp .env.example .env  # add your contract ID and deployer address
npm run dev

API Endpoints

  • GET /health - Check backend health
  • GET /api/jobs/:contractId - Get job state from contract
  • POST /api/jobs/build-tx - Build unsigned transaction for frontend to sign
  • POST /api/jobs/submit - Submit signed transaction to network

Related Repos

About

Node.js + Express + TypeScript backend for Soroban milestone escrow

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages