Skip to content

mihongtech/linkchain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkchain-explorer

Mysql

Download mysql if you haven't already

Config your mysql dsn at file db/db.go

...
var dsn = "dbusername:dbpassword@tcp(dbhost:dbport)/dbname?charset=utf8&parseTime=true"
...

Import tables blocks transactions tickets

The sql file in the directory db

Installation (Linux or Mac)

Build program

./build.sh

Run

lcexplorer

Run nohup

nohup lcexplorer >/**/*/debug.log 2>&1 &

Then the server running at http://127.0.0.1:9100

Installation (Windows)

Build program

./build.bat

Run (Windows)

lcexplorer.exe

Then the server running at http://127.0.0.1:9100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages