Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

uinb/tungus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tungus

License PRs Welcome

Tungus is a blockchain explorer of FUSOTAO, which provides a view of blocks, extrinsics, events and account-infos from a browser.

Before

Tungus depends on polkaj, please 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 be 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.