Web Explorer for Kevacoin Blockchain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
KVAZAR 064e610713
add sef_mode nginx example
2 years ago
library fix pagination on search action 3 years ago
public trim key/value 3 years ago
LICENSE initial commit 3 years ago
README.md add sef_mode nginx example 2 years ago
config-default.php change webapp domain 2 years ago

README.md

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