Web Explorer for Kevacoin Blockchain
Go to file
2022-05-13 18:31:50 +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 set image format to png 2022-05-13 18:31:50 +03:00
public set image format to png 2022-05-13 18:31:50 +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 add crontab task 2022-05-01 00:57:49 +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;
}

webapp example

https://kvazar.today