kyuupichan / aiorpcX

Generic async RPC implementation, including JSON-RPC
MIT License
27 stars 23 forks source link

update example of server, client #16

Closed AustEcon closed 5 years ago

AustEcon commented 5 years ago

If it's not too much trouble could you update the basic example of the server and client. I am finding it hard to figure out how to use this because it seems a lot has changed.

If I can't figure out how to use this - I think it will be perfect for an idea I have when I get time.

Edit: ElectrumX server actually may be a better way to go for the full package out of the box. I want to setup a remote server running bitcoind + a proxy server that allows me to control what RPC calls I let various users call via bitcoin-cli.

I think if I run ElectrumX server, hopefully won't be too hard to just add on some custom RPC calls to suit my needs. I want to just do testnet for a proof of concept for starters which looks like it's supported. :)

Regards AustEcon