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 9e65f7fb87 Fix link 2 weeks ago
address Less folders 10 months ago
addresses Add theme support 3 weeks ago
api Less folders 10 months ago
bin Add theme support 3 weeks ago
block Add theme support 3 weeks ago
blocks Add theme support 3 weeks ago
fonts Add Ubuntu Mono 4 weeks ago
images Upload theme example 3 weeks ago
tx Add theme support 3 weeks ago
.gitignore Readme, make all scripts use SIONA_* env vars and remove old junk 2 years ago
404.html / 1 year ago
LICENSE Initial commit 2 years ago
README.md Fix link 2 weeks ago
example-nginx.conf added more to example nginx conf 1 year ago
favicon.ico add favicon 4 weeks ago
hushis.html Add theme support 3 weeks ago
hushland.html Add theme support 3 weeks ago
index-1.html Less folders 10 months ago
index.html Less folders 10 months ago
run_siona.sh Update 'run_siona.sh' 1 month 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:

Install dependencies on Debian/Ubuntu

Install redis-server and cpan:

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

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

yes | sudo cpan install JSON::Any.pm
yes | 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 .

Choose theme

hushland index page hushland blocks page hushland block page hushland tx page
hushis index page hushis blocks page hushis block page hushis tx page

First time run and update

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

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

Support and Socials

Copyright

2016-2024 The Hush Developers

License

GPLv3