Web Explorer for Kevacoin Blockchain
Go to file
2024-02-12 16:10:29 +02:00
bin init symfony framework 2024-02-11 21:59:52 +02:00
config init template 2024-02-11 22:41:40 +02:00
public init template 2024-02-11 22:41:40 +02:00
src init template 2024-02-11 22:41:40 +02:00
templates init template 2024-02-11 22:41:40 +02:00
.env init template 2024-02-11 22:41:40 +02:00
.gitignore init symfony framework 2024-02-11 21:59:52 +02:00
composer.json require kvazar/index 2024-02-12 14:46:35 +02:00
composer.lock require kvazar/index 2024-02-12 14:46:35 +02:00
LICENSE initial commit 2021-08-07 13:37:01 +03:00
README.md update readme 2024-02-12 16:10:29 +02:00
symfony.lock init template 2024-02-11 22:41:40 +02:00

KVAZAR webapp

KevaCoin content Explorer written on Symfony and Manticore

This branch is modern replacement to MySQL and SQLite implementations written in 2021.

Currently under development!

Install

  • git clone https://github.com/kvazar-network/webapp.git
  • cd webapp
  • composer install

Index

  • Install crawler with composer create-project kvazar/crawler
  • Add crontab task crontab -e: * * * * * php kvazar/crawler/src/index.php

Launch

  • symfony server:start