Skip to content

hacash/hascan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hascan

Hacash block scaner for explorer

# step1: 
sudo apt-get install libsqlite3-dev 

# db-level-sys
RUSTFLAGS="$RUSTFLAGS -Awarnings" cargo build && cp ./target/debug/hascan ./ && ./hascan
rm -rf hacash_*_data/

# release
RUSTFLAGS="$RUSTFLAGS -Awarnings" cargo build --release && cp ./target/release/hascan ./ && cp ./hascan ../fullnode/hascan_2025082701

About

Hacash block scaner for explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages