Skip to content

Tinker7tin/tungus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tungus

License PRs Welcome

Tungus is a blockchain explorer of FUSOTAO,it provides a view of blocks,extrinsics,events and account info from a browser.

Development

# 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

For frontend developers

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

Contributing

Please follow the CONTRIBUTING GUIDE

License

This project is licensed under APACHE2-LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • HTML 0.2%