python-binance-chain icon indicating copy to clipboard operation
python-binance-chain copied to clipboard

How to send coins, get balance, create address using HttpRpcClient

Open skinderis opened this issue 5 years ago • 1 comments

@sammchardy Is it available to send coins, get balance, create address, get addresses, get transactions using HttpRpcClient. I am running my own full node and need to have this functionality from a remote server.

If it is, could you please provide one example how to do that as I feel lost and don't know how to do it.

Thanks!

skinderis avatar Jul 12 '19 12:07 skinderis

Hi @skinderis did you check the Readme? There is a section on how to broadcast transactions over RPC here https://github.com/sammchardy/python-binance-chain#broadcast-messages-on-node-rpc-http-client

sammchardy avatar Jul 20 '19 11:07 sammchardy