Skip to main content

Pay using IOTA

Project description

Python library to Pay using IOTA

Setup

Install the library: pip install iotapay

Import package: from iotapay.iotapay import Iotapay

Initialize: Iotapay('https://url:14265', 'TWQH9ETUWNDTRHSQVNLOSFMSTQLHRTZQGDTFUHEKRNPVDRQGHQEARNLSXXCXGICCVWBQHOHWPYZSHJYTC')

Basic functions

Get Balance

pay = Iotapay('https://url:14265', 'YOUR SEED')

Retrieve balance: pay.get_balance({})

Pay

data = {'json_data': {'version': '0.0.9',}, 'tag': 'ACYCLICIOTAPAYLIOTA99999999', 'to_address': 'ADDRESS', 'amount': 10}

Pay : pay.pay(data)

More Functions coming soon.

NOTE: Please, use proper iota node url, ADDRESS and your SEED to initialise.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iotapay-1.0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page