kevacoinkvakvazarmanticoreblockchainexplorersymfonyblockchain-explorerkvazar-webappkevacoin-phpkevacoin-explorercomposer-projectmanticoresearch-phpkevacoin-index
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.
ghost
ececd26751
|
10 months ago | |
---|---|---|
bin | ||
config | 10 months ago | |
public | 10 months ago | |
src | 10 months ago | |
templates | 10 months ago | |
.env | 10 months ago | |
.gitignore | ||
LICENSE | ||
README.md | 10 months ago | |
composer.json | 10 months ago | |
composer.lock | 10 months ago | |
symfony.lock | 10 months ago |
README.md
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