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.

21 lines
654 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
Currently under development!
7 months ago
## Install
* `git clone https://github.com/kvazar-network/webapp.git`
* `cd webapp`
* `composer install`
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`