Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wangjt/tungus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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.

Before

Tungus depends on polkaj, you need to install polkaj first.

# clone the polkaj project

git clone https://github.com/emeraldpay/polkaj

# enter the project directory

cd polkaj

# install polkaj

./gradlew install -Dmaven.repo.local=~/.m2/repository/

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.8%
  • TypeScript 26.9%
  • Less 5.2%
  • HTML 0.1%