Web Explorer for Kevacoin Blockchain
Go to file
2022-07-15 20:47:30 +03:00
cache add image cache support 2022-05-06 22:45:46 +03:00
crontab change driver to SQLite 2022-07-15 17:01:52 +03:00
library fix data types 2022-07-15 17:43:11 +03:00
public update background color 2022-07-15 20:47:30 +03:00
config-default.php remove optional sef mode 2022-07-15 19:47:27 +03:00
LICENSE initial commit 2021-08-07 13:37:01 +03:00
README.md update dependencies 2022-07-15 16:51:24 +03:00

kvazar-network webapp

Web-oriented content exploring platform for Kevacoin Blockchain

requirements

php-8^
php-curl
php-mbstring
php-sqlite3
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

web

https://kvazar.today

yggdrasil

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