2022-04-24 22:24:32 +03:00
2021-08-07 17:44:29 +03:00
2021-08-11 10:53:52 +03:00
2022-04-24 19:20:03 +03:00
2021-08-07 13:37:01 +03:00
2022-04-24 22:24:32 +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

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

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

webapp example

https://kvazar.today

Languages
Twig 45.6%
PHP 44.2%
CSS 10.2%