Extremely Private HUSH and HAC explorer https://explorer.hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
onryo 837abce0c0 Update 'run_siona.sh' 2 months ago
address Less folders 11 months ago
addresses Less folders 11 months ago
api Less folders 11 months ago
bin add chmod and rename 2 months ago
block Less folders 11 months ago
blocks Less folders 11 months ago
crons Less folders 11 months ago
tx Less folders 11 months ago
.gitignore Readme, make all scripts use SIONA_* env vars and remove old junk 2 years ago
LICENSE Initial commit 2 years ago
README.md Update 'README.md' 2 months ago
index-1.html Less folders 11 months ago
index-new.html Less folders 11 months ago
index-prev.html Less folders 11 months ago
index.html Less folders 11 months ago
run_siona.sh Update 'run_siona.sh' 2 months ago
template.html Less folders 11 months ago

README.md

Siona

This is Siona, a maximum privacy block explorer designed for chains which support zaddrs. It is written in Perl 5 and generates static HTML with no Javascript and basic inline CSS for styling. It requires a Redis server running on localhost, which is for caching and reduces disk i/o.

Siona runs on the following private blockchains:

Dependencies

Install redis-server and cpan:

sudo apt-get install redis-server
sudo apt-get install libpath-tiny-perl

Install JSON::Any.pm and Redis.pm Perl modules:

sudo cpan install JSON::Any.pm
sudo cpan install Redis.pm

Git clone

Move to the root directory of the Explorer, it must be empty.

cd /var/www/dragonx.hush.land
git clone https://git.hush.is/hush/siona.git .

First time run and update

CLI=/root/hush3/src/hush-cli DIR=/var/www/dragonx.hush.land/api DOMAIN=dragonx.hush.land ARRAKIS=DRAGONX ./run_siona.sh

Need support?

Update Explorer every 5 minutes with cron

ARRAKIS=DRAGONX

DOMAIN=dragonx.hush.land

CLI=/root/hush3/src/hush-cli

DIR=/var/www/dragonx.hush.land/api

*/5 * * * * cd /var/www/$DOMAIN && ./run_siona.sh

Copyright

2016-2024 The Hush Developers

License

GPLv3