Skip to content

mihongtech/linkchain-browser

Repository files navigation

linkchain-browser

Installation

Install Git if you haven't already

Clone the repo

git clone https://github.com/mihongtech/linkchain-browser.git

Download Nodejs and npm if you don't have them

Install dependencies

npm install

Build the program

npm run build

Copy all files in the dist directory to nginx root directory

Start your linkchain-explorer server

Add proxy configuration of nginx

...
server {
    ...
    location /rpc {
      ...
      proxy_pass  http://127.0.0.1:9100/rpc;
      ...
   }
   ...
}
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published