<?php
require_once '../../global/inc/config.php';
require '../inc/block.php';
blockchain::init();
echo blockchain::getSpecialBlocksJSON();
?>