Web Explorer for Kevacoin Blockchain
Go to file
2022-04-28 12:08:18 +03:00
library fix pagination on search action 2021-08-07 17:44:29 +03:00
public update styles 2022-04-28 12:08:18 +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