Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 510 Bytes

INB EXPLORER

An highly efficient block chain explorer of inb chain

BUILDING

  1. clone project into your computer, then open with IntelliJ IDEA or other IDEA.

  2. you need to set the correct jdk(1.8) and maven

  3. run with these command in the root with maven plugin

mvn clean
mvn install

RUNNING

  1. to run the syn-server, you just need to run the SynServer in the module of syn-server

  2. to run the api-server, you just need to run the ApiApp in the module of api-server