I attempted to use this SDK to interact with irys.
A few things seem broken:
fund (one of the core methods) doesn't properly wait for transactions (de facto gas fee is too low so the trx will never be done in time and it will always just throw and exception)
mutlipler arg in fund doesn't work
And there is a critical error in the docs:
The .balance() method described in the README.md is missing (renamed to get_balance)
--
Are you open to external contributions? Could easily fix some things up I wager