Web Explorer for Kevacoin Blockchain
Go to file
2023-12-22 08:51:11 +02:00
cache add image cache support 2022-05-06 22:45:46 +03:00
crontab fix URL paths 2022-07-16 16:24:24 +03:00
library implement optional trends block 2022-10-27 15:30:31 +03:00
public Merge branch 'sqlite' into master 2023-12-22 08:50:46 +02:00
config-default.php remove project name postfix 2023-07-12 12:37:16 +03:00
LICENSE initial commit 2021-08-07 13:37:01 +03:00
README.md fix merge errors 2023-03-14 02:23:13 +02: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

yggdrasil

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