pool/web/yaamp/core/rpc/rpc.php
Tanguy Pruvot 95fe244984 basic cryptonote wallet rpc class/converter
allow to read balance and do queries via the console

Note: The db is not ready to handle both wallet and daemons ip/ports
      I assume the wallet is on local host and the daemon on another machine(ip).
      For now, they should use the same port (on 2 different ips so).
2016-09-12 15:50:01 +02:00

7 lines
161 B
PHP

<?php
require_once('easybitcoin.php');
require_once('json-rpc.php');
require_once('ethereum.php');
require_once('xmr-rpc.php');
require_once('wallet-rpc.php');