web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.17k stars 545 forks source link

Can I use the library for anouther network? (Binance Smart Chain for example) #283

Open simadimonyan opened 2 years ago

Razorholt commented 2 years ago

Absolutely! Bsc, AVAX, Polygon, etc... Any Ethereum-based blockchains.

pablorsk commented 2 years ago

Any idea about TRON network? It's possible to enable JSON-RPC service: https://developers.tron.network/reference/json-rpc-api-overview

Any idea if can I use this library with the public Tron node?