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.
 
 
 
d47081 ee8836ab95
Merge pull request #9 from kvazar-network/master
9 months ago
cache add image cache support 2 years ago
crontab fix URL paths 2 years ago
library implement optional trends block 2 years ago
public Merge branch 'sqlite' into master 9 months ago
LICENSE initial commit 3 years ago
README.md fix merge errors 2 years ago
config-default.php remove project name postfix 1 year ago

README.md

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]