Web Explorer for Kevacoin Blockchain
Go to file
2022-09-01 17:24:26 +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 define $_db variable 2022-07-15 10:33:45 +03:00
public add space separator 2022-07-15 10:48:14 +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 README.md 2022-09-01 17:24:26 +03:00

kvazar-network webapp

Web-oriented content exploring platform for Kevacoin Blockchain

requirements

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

database

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

MySQL

https://github.com/kvazar-network/webapp/tree/master

SQLite

https://github.com/kvazar-network/webapp/tree/sqlite

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

yggdrasil

http://[203:9fd0:95df:54d7:29db:5ee1:fe2d:95c7]