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.

26 lines
955 B

9 months ago
# KVAZAR webapp
9 months ago
9 months ago
[KevaCoin](https://github.com/kevacoin-project/) content Explorer based on [Symfony](https://github.com/symfony) and [Manticore](https://github.com/manticoresoftware)
9 months ago
9 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
9 months ago
9 months ago
## Instances
* `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/kvazar/` - [Yggdrasil](https://github.com/yggdrasil-network/)
9 months ago
* `http://kvazar.ygg` - [Alfis DNS](https://github.com/Revertron/Alfis)
9 months ago
* `https://kvazar.duckdns.org` - Clearnet
9 months ago
9 months ago
## Install
9 months ago
* `apt install git composer manticore php-fpm php-curl php-mbstring php-pdo php-imagick`
9 months ago
* `git clone https://github.com/kvazar-network/webapp.git`
* `cd webapp`
9 months ago
* `composer update`
9 months ago
9 months ago
## Index
9 months ago
To update blockchain index, use [crawler](https://github.com/kvazar-network/crawler)
9 months ago
9 months ago
## Launch
* `symfony server:start`