Tungus is a blockchain explorer of FUSOTAO,it provides a view of blocks,extrinsics,events and account info from a browser.
# clone the project
git clone https://github.com/uinb/tungus.git
# enter the project directory
cd tungus
# build the project
mvn package
# start a local server
nohup java -jar /target/tungus-0.0.1-SNAPSHOT.jar > tungus.log &
The project will running at http://localhost:8080
The following steps maybe helpful to a frontend developer.
# enter the frontend project directory
cd src/main/resources/webapp
# install dependencies
npm install / yarn
# start a delevopment server at http://localhost:8080
npm run / yarn start
# build the project
npm run / yarn build
Please follow the CONTRIBUTING GUIDE
This project is licensed under APACHE2-LICENSE.