0
1
Fork 0
hedera-web-mindshore/hedera.php

10 lines
163 B
PHP
Executable File

<?php
require_once ('vn/hedera/hedera.php');
require_once ('vn/lib/cli-app.php');
$cliApp = new Vn\Lib\CliApp (Vn\Hedera\APP_NAME, 'rest');
$cliApp->run ();
?>