Skip to content

[DevOps] Add Soroban local node to Docker Compose#173

Merged
GoSTEAN merged 1 commit intoNetwalls:mainfrom
Haroldwonder:devops/add-soroban-local-node
Feb 22, 2026
Merged

[DevOps] Add Soroban local node to Docker Compose#173
GoSTEAN merged 1 commit intoNetwalls:mainfrom
Haroldwonder:devops/add-soroban-local-node

Conversation

@Haroldwonder
Copy link
Contributor

  • Add Stellar Quickstart container for local Soroban development
  • Configure standalone network with Horizon API (port 8000) and Soroban RPC (port 8001)
  • Add auto-deployment of contracts on backend startup via init-local-dev.sh
  • Deploy and initialize all 5 contracts (Oracle, Factory, Treasury, AMM, Market)
  • Deploy test USDC token for local development
  • Seed database with test markets and users automatically
  • Update Dockerfile to include Stellar CLI and initialization support
  • Add comprehensive documentation in DOCKER_LOCAL_DEV.md
  • Update .env.docker to use local Soroban endpoints

Acceptance Criteria Met:
Stellar Quickstart container added for local Soroban
Auto-deploy contracts on startup
Seed database with test markets

closes #124

- Add Stellar Quickstart container for local Soroban development
- Configure standalone network with Horizon API (port 8000) and Soroban RPC (port 8001)
- Add auto-deployment of contracts on backend startup via init-local-dev.sh
- Deploy and initialize all 5 contracts (Oracle, Factory, Treasury, AMM, Market)
- Deploy test USDC token for local development
- Seed database with test markets and users automatically
- Update Dockerfile to include Stellar CLI and initialization support
- Add comprehensive documentation in DOCKER_LOCAL_DEV.md
- Update .env.docker to use local Soroban endpoints

Acceptance Criteria Met:
 Stellar Quickstart container added for local Soroban
 Auto-deploy contracts on startup
 Seed database with test markets
@GoSTEAN GoSTEAN merged commit fd7983b into Netwalls:main Feb 22, 2026
1 check passed
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.

[DevOps] Add Soroban local node to Docker Compose

2 participants