Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1002 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 1002 Bytes

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