Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Sending transactions #8

Description

@MarekDadoMT

Hi, I'm trying to use your python-ripple-lib and I'm trying to make trancastion from one account on testnet to another. In the code bellow you can see, that I replace parameters from example by mine parameters, but I didn't figure out what this parameters mean. Would you mind explain it to me what should I insert to parameter seed and url for Account?

`rpc = RippleRPCClient('https://s.altnet.rippletest.net:51234/', username='', password='')
account_info = rpc.account_info('rUjtNMGKsDjaopy6X8wonVPAeWAGzugYiT')

taker = 'rfqRW3XUfB9uib2iMJU7rH1WHEnAtY33nw'
issuer = 'rUjtNMGKsDjaopy6X8wonVPAeWAGzugYiT'
seed = '<account_seed>'
account = Account('http://localhost:5005', issuer, seed)
tx_info = account.send_xrp(issuer=issuer, taker=taker, secret=seed, amount=10)`

Console gives me this error:
{'status': 'error', 'error': URLError(ConnectionRefusedError(61, 'Connection refused'),)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions