ravenrpc

Ravencoin RPC client


Keywords
Ravencoin, RPC
License
MIT
Install
pip install ravenrpc==0.2.4

Documentation

RavenRPC

Crazy simple Ravencoin RPC library, designed to work with all versions of Ravencoin.

"I have seen many libraries, this one... is pretty average" - Joe

INSTALL:

pip install ravenrpc

Then run ravend (This is very important!!!!!!!)

Examples:

from ravenrpc import Ravencoin

rvn = Ravencoin('username', 'password')
rvn.getinfo()
rvn.listreceivedbyaddress(0, True)

Any other rpc method:

rvn.<METHOD>(<param1>, <param2>, ...)

Note: If the username and password are incorrect, then a empty string will be returned.

Please report any bugs to ME!