Skip to content

python3xdev/Iridium-IRD-Python-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iridium-python-api

Python wrapper for the Iridium Walletd JSON RPC API.

Refer to the python API documentation for help with all of the methods.

Usage

Plain Python

  • Creating an instance

Import the IridiumClient class and create a new instance of it:

from iridium_client import IridiumClient
iridium = IridiumClient("localhost", 14007)

Or if your iridium_walletd is running on localhost with the default port of 14007, there is no need to pass in any arguments, there are default values:

from iridium_client import IridiumClient
iridium = IridiumClient()

About

Python library for the Iridium (IRD) Core Json RPC API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published