TheerapakG / hmyweb3.py

monkeypatched web3.py to use Harmony ONE's RPC methods instead of eth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hmyweb3.py

This library only supports Python 3.6+.

A library that monkeypatch web3.py allowing code written to interact with Ethereum blockchain using web3 to also be ported to the Harmony blockchain with just a few changes to the codebase compared to migrating to the official pyhmy library.

Installation

setup.py has not been written yet. Just drop the hmyweb3 folder into the root folder of your project for now.

Disclaimer

This library, as of current state, does not feature all of Harmony's RPC API methods. This library also does not have any testing done so bugs are likely to be expected.

Donation

ONE, ETH, BSC: 0x8FB7aE993198a0369Efe959EC99B6674cF672731 ONE address: one137m6axf3nzsrd8h7jk0vnxmxwn8kwfe3cz5ejl

About

monkeypatched web3.py to use Harmony ONE's RPC methods instead of eth

License:MIT License


Languages

Language:Python 100.0%