OVERVIEW
The Tangle Explorer enables you to look up the transactions of tangle in realtime.
A webserver of your choice serves the html page explorer.html and handles the resulting AJAX POST requests for explorer.php. The script explorer.php calls explorer.sh in the wallets home directory that performs the action and outputs a html stream. When installed locally it will display your local version of the Tangle.
Tangle Explorer accessing the main UCA LINK server:
INSTALLATION
The following instruction require that you already have a working webserver with php configured.
For instructions on how to install a webserver (nginx) and configure php for it please click here
STEP 1 : Unpack the sources
Step into the wallet home directory and unpack the archive using tar
:
tar -xvf explorer.tar
STEP 2: Install the tangle explorer
Execute the installation script. Replace /path/to/www with your webservers root directory:
sudo ./install_explorer.sh /path/to/www
STEP 3: Restart your webserver