Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

alphabill-org/alphabill-explorer-ui

Repository files navigation

Alphabill Blockchain Explorer

A simple web application built with React, TypeScript, and Vite.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

node -v
npm -v

Getting Started

  1. Clone the repository
git clone <repository_url>
cd alphabill-explorer-ui
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Build for production
npm run build
  1. Preview the production build
npm run preview

Deployment

  1. Build the Docker image using the provided Dockerfile
docker build -t alphabill-explorer-ui .
  1. Run the Docker container exposing port 80 to access the application
docker run -p 8080:80 -e BACKEND_URL="<backend-api-url>" alphabill-explorer-ui

BACKEND_URL environment variable is injected into the container at runtime, allowing dynamic configuration of the backend API endpoint without needing to rebuild the Docker image.

Linting

This project uses ESLint for code quality and formatting. Run the following commands to lint the code:

  • Lint code: npm run lint
  • Fix lint issues: npm run lint:fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors