Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soroban Testing Sandbox

A simulated development environment for building, testing, and optimizing smart contracts on the Soroban platform (Stellar ecosystem).

Project Structure

soroban-testing-sandbox/
├── frontend/          # Next.js UI dashboard
├── backend/           # Node.js / Express API
├── contracts/         # Soroban smart contracts (Rust)
├── localnet/          # Docker-based Soroban local network
└── docker-compose.yml # Full stack orchestration

Quick Start

Prerequisites

  • Docker & Docker Compose
  • Node.js 18+
  • Rust + Soroban CLI

Run the full stack

docker-compose up

Run individually

# Localnet
cd localnet && docker-compose up

# Backend
cd backend && npm install && npm run dev

# Frontend
cd frontend && npm install && npm run dev

Features

  • Localnet blockchain simulation
  • Interactive UI dashboard
  • Scenario-based testing engine
  • Gas usage analytics
  • Real-time transaction monitoring

About

The Soroban Testing Sandbox is a simulated development environment designed to help developers build, test, and optimize smart contracts on the Soroban platform (Stellar ecosystem).

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages