Web Explorer for Kevacoin Blockchain
Go to file
2022-07-15 09:48:56 +03:00
cache add image cache support 2022-05-06 22:45:46 +03:00
crontab add sitemap generation script 2022-05-01 00:52:16 +03:00
library fix dimensions pass 2022-05-14 03:11:49 +03:00
public fix search request vulnerability 2022-07-15 08:33:44 +03:00
config-default.php add cache enabled optional 2022-05-06 23:55:49 +03:00
LICENSE initial commit 2021-08-07 13:37:01 +03:00
README.md update yggdrasil address 2022-07-15 09:48:56 +03:00

kvazar-network webapp

Web-oriented content exploring platform for Kevacoin Blockchain

requirements

php-7.4
php-curl
php-mbstring
php-mysql
php-bcmath
php-gd

database

https://github.com/kvazar-network/database

crontab

0 0 * * * /path-to/php /path-to/crontab/sitemap.php > /dev/null 2>&1

nginx sef_mode example

location / {
  try_files $uri $uri/ =404 @sef;
}

location @sef {
  rewrite ^(/.*)$ /?$1 last;
}

examples

web

https://kvazar.today

yggdrasil

http://[203:7693:ae20:18a6:7689:cb63:c53d:43c6]