/explorer

XDAG Block Explorer

Primary LanguagePHP

Deprecated

Please use XDagger/explorer, development continues there.

XDAG Block Explorer

To install:

  • install PHP processing, at least PHP 7.1 and install composer. This project doesn't need a database.
  • clone this repository
  • composer install
  • cp .env.dist .env, set APP_DEBUG=0, set APP_ENV=prod and write your own random string in APP_SECRET, at least 32 characters
  • cp config/services.yaml.dist config/services.yaml. Set your socket path.

All should be done! :)