Skip to content

utopia-opensource/utopia-explorer

 
 

Repository files navigation

Block Explorer

Features

  • view the table of the last blocks;
  • view detailed information on the block;
  • search for blocks by ID;
  • view treasury data;
  • View information about uNS records;
  • View detailed information on the public key;
  • viewing information on channel ID;
  • a page with statistics on the current network commissions for operations;
  • convenient user-friendly interface.

Requirements

  • PHP 7.1;
  • Apache 2.6;

Install

An example for a project called "project":

git clone https://github.com/Sagleft/PHP-blank-MVC.git project
cd project
mkdir view/cache
chmod 777 view/cache
cp .env.example .env
cp composer.json.example composer.json
composer update
cd controller/public_html
cp example.htaccess .htaccess

Next, make changes to .env

Apache Directory: controller\public_html.

Copyright

Copyright (c) 2019 Sagleft.


udocs

About

Utopia Network Block Explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 85.9%
  • PHP 14.1%