pool/web/yaamp/core/core.php
Tanguy Pruvot 35220977ef new wallet rpc class to handle martians
add some bitcoin rpc commands to query geth wallet informations (balance,diff,connections..)

todo: handle explorer and transactions list
2016-05-29 09:39:04 +02:00

9 lines
226 B
PHP

<?php
require_once('common/common.php');
require_once('functions/functions.php');
require_once('rpc/rpc.php');
require_once('trading/trading.php');
require_once('exchange/exchange.php');
require_once('backend/backend.php');