Skip to content

usexfg/fango-rpc-wallet-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fango-rpc-wallet-api-php

This is the API library for the Fango RPC-wallets in PHP. For the wiki, refer to this url: https://github.com/FandomGold/fandomgold/wiki/RPC-wallet-API-methods

How to use it?
Look into the index.php file to see an example.

What to do with empty value's?
We're going to use getTransactionHashes for an example. Click here to see the arguments.

<?php
include('service.php');

/* For every value that needs to be empty u just fill in '' */
$RpcTest = new FandomGold_RpcClient("spookypool.nl", "12345", "hi");
print_r($RpcTest->getTransactionHashes(
  'fango2nGK6YRwYThLiqEer2UinJUqvQdTC8LYK82aVyQ9uyDVKTdC8M7ugDwpdbpSweYpgLcu318zZAN3FVzzLkRLQxDkQWtRmg',
  '',
  1,
  10,
  ''
));
?>

About

API library for Fango RPC-wallets in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%