Web Explorer for Kevacoin Blockchain
Go to file
2022-05-01 00:53:01 +03:00
crontab add sitemap generation script 2022-05-01 00:52:16 +03:00
library display pseudo-deleted content 2022-04-28 12:11:41 +03:00
public Create robots.txt 2022-05-01 00:53:01 +03:00
config-default.php change webapp domain 2022-04-24 19:20:03 +03:00
LICENSE initial commit 2021-08-07 13:37:01 +03:00
README.md Update README.md 2022-04-24 22:26:10 +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

nginx sef_mode example

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

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

webapp example

https://kvazar.today