feat/trashscan-explorer-stack #977

Open
AFDudley wants to merge 2 commits from feat/trashscan-explorer-stack into main
Owner
No description provided.
AFDudley added 2 commits 2026-01-16 03:46:14 +00:00
Add a complete stack for deploying TrashScan-Explorer, a blockchain
explorer for Gorbagana mainnet (Solana fork).

## New Files

Stack definition:
- stacks/trashscan-explorer/stack.yml
- stacks/trashscan-explorer/README.md

Container build:
- container-build/cerc-trashscan-explorer/Dockerfile.base
- container-build/cerc-trashscan-explorer/Dockerfile
- container-build/cerc-trashscan-explorer/build.sh
- container-build/cerc-trashscan-explorer/scripts/start-explorer.sh

Compose:
- compose/docker-compose-trashscan-explorer.yml

## Components

- trashscan-explorer: React/Express blockchain explorer (port 5001)
- trashscan-db: PostgreSQL 14 database

## Usage

```bash
laconic-so --stack trashscan-explorer setup-repositories
laconic-so --stack trashscan-explorer build-containers
laconic-so --stack trashscan-explorer deploy-system up
```

Access at http://localhost:5001

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: Add drizzle-kit and schema files for database migrations
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 16s
Deploy Test / Run deploy test suite (pull_request) Successful in 2m59s
Webapp Test / Run webapp test suite (pull_request) Failing after 3m42s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Failing after 4m11s
Smoke Test / Run basic test suite (pull_request) Successful in 4m29s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m56s
026f91535b
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 16s
Deploy Test / Run deploy test suite (pull_request) Successful in 2m59s
Webapp Test / Run webapp test suite (pull_request) Failing after 3m42s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Failing after 4m11s
Smoke Test / Run basic test suite (pull_request) Successful in 4m29s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m56s
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/trashscan-explorer-stack:feat/trashscan-explorer-stack
git checkout feat/trashscan-explorer-stack
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#977
No description provided.