An highly efficient block chain explorer of inb chain
-
clone project into your computer, then open with IntelliJ IDEA or other IDEA.
-
you need to set the correct jdk(1.8) and maven
-
run with these command in the root with maven plugin
mvn clean
mvn install
-
to run the syn-server, you just need to run the SynServer in the module of syn-server
-
to run the api-server, you just need to run the ApiApp in the module of api-server