- VIZ PHP blockchain client
- Waterfall for block analysys
- Plugins system for waterfall
- JS actions for most VIZ features
- Cache-layer in redis
git clone https://github.com/VIZ-World/viz-world-control-panel.git
cd viz-world-control-panel
git config core.fileMode false
cp config-example.php config.php
nano config.php
- PHP 7
- PHP EXT secp256k1 need to check signatures
- PHP EXT gpm for viz-keys class
- MongoDB (how to create user)
- Redis
- Nginx (look nginx-example.conf)
- Parsedown (+extra)
- PHPRedis
- JQuery
- viz-world-js