Skip to content

Web-based blockchain explorer for Free TON network

License

Notifications You must be signed in to change notification settings

insys-company/toneye

Repository files navigation

Toneye

Live Demo (Korean)

Live Demo (English)

This is a web-based Free TON Network blockchain explorer.

Supported languages:

  • English
  • Korean

Development Setup

Prerequisites

Quick Start

  1. Install packages:
npm install
  1. Buld the application:

Korean version:

ng build --configuration=dev-kor

English version:

ng build --configuration=dev
  1. Run dev server:

Korean version:

ng serve --configuration=dev-kor

English version:

ng server --configuration=dev
  1. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Use prod (English version) and prod-kor (Korean version) configurations to build the application for production environment.

Server Installation

Requirements

Installation

Docker CLI

docker pull insyscompany/toneye:release
docker run -it -p 8080:80 -p 8443:443 --detach --restart always --log-opt max-size=50m --name toneye insyscompany/toneye:release

Docker Compose CLI

docker-compose pull toneye
docker-compose up -d toneye

Build

Docker CLI

docker build . -t insyscompany/toneye:release

Docker Compose CLI

docker-compose build toneye

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •