This project delivers a deployment solution developer platform on Ethereum that streamlines dapp hosting and CI/CD by combining wallet‑first authentication, GitHub integration, decentralized storage, and serverless execution into a single workflow. Developers connect an Ethereum wallet to unlock a minimalist dashboard, import repositories via OAuth, and trigger one‑click deploys that package static assets and artifacts to Walrus for decentralized persistence while provenance and config are anchored on‑chain. Under the hood, deployments target multiple local Ethereum testnet portal instances running in parallel behind a lightweight load balancer to simulate production traffic, reduce latency, and improve reliability during previews. Serverless functions are executed on Apache OpenWhisk to provide scalable APIs, webhooks, and background jobs, with cold‑start conscious routing and environment‑scoped secrets. The system emits atomic preview URLs per commit, exposes build logs and status checks in real time, and surfaces a compact deployments table with quick rollback and promote‑to‑prod actions.

Share this project:

Updates