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.

25 lines
913 B

7 months ago
# KVAZAR webapp
7 months ago
7 months ago
[KevaCoin](https://github.com/kevacoin-project/) content Explorer written on [Symfony](https://github.com/symfony) and [Manticore](https://github.com/manticoresoftware)
7 months ago
7 months ago
This branch is modern replacement to [MySQL](https://github.com/kvazar-network/webapp/tree/mysql) and [SQLite](https://github.com/kvazar-network/webapp/tree/sqlite) implementations written in 2021
7 months ago
7 months ago
## Instances
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/kvazar/` - [Yggdrasil](https://github.com/yggdrasil-network/)
7 months ago
* `http://kvazar.ygg` - [Alfis DNS](https://github.com/Revertron/Alfis)
7 months ago
7 months ago
## Install
7 months ago
* `apt install git composer manticore php-fpm php-curl php-mbstring php-pdo php-imagick`
7 months ago
* `git clone https://github.com/kvazar-network/webapp.git`
* `cd webapp`
7 months ago
* `composer update`
7 months ago
7 months ago
## Index
7 months ago
To update blockchain index, use [crawler](https://github.com/kvazar-network/crawler)
7 months ago
7 months ago
## Launch
* `symfony server:start`