block list en JSON

This commit is contained in:
2023-12-30 18:15:28 +01:00
parent 0bef7e1532
commit 06e604f268
3 changed files with 277 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
require_once '../../global/inc/config.php';
require '../inc/block.php';
blockchain::init();
echo blockchain::getSpecialBlocksJSON();
?>