Skip to content

Instantly share code, notes, and snippets.

@gusar1991
gusar1991 / emerRPCdriver.py
Created May 24, 2018 12:58
Emercoin json-rpc simple python driver
import json
import requests
class EmercoinClient(object):
def __init__(self,
user='rpcuser from emercoin.conf',
password='rpcpassword from emercoin.conf',
protocol='http',
host='hostname or IP where EMC is running',