How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
The main features of digitaldonkey/ethereum-php are: Backend Ethereum Libraries, Blockchain SDKs.
Projects with overlapping indexed features include: consensys/eventeum — A resilient Ethereum event listener that bridges your smart contract events and backend microservices. ethworks/ethereum.rb — Ethereum library for the Ruby language. ethereum/web3.py — Web3.py is a Python library that provides a comprehensive interface for interacting with the Ethereum blockchain. It… hydroprotocol/ethereum-jsonrpc-gateway — A transparent gateway on top of Ethereum nodes for load-balancing, permissions checking. komputing/kethereum — Kotlin library for Ethereum. mana-ethereum/ethereumex — Elixir JSON-RPC client for the Ethereum blockchain.
A resilient Ethereum event listener that bridges your smart contract events and backend microservices
Web3.py is a Python library that provides a comprehensive interface for interacting with the Ethereum blockchain. It functions as a JSON-RPC client, allowing applications to connect to blockchain nodes via HTTP, WebSocket, or IPC to read network state and send transactions. The library includes a dedicated smart contract interface that uses Application Binary Interface definitions to deploy contracts and execute on-chain functions. It also features a cryptography toolkit for signing transactions and hashing data with Keccak, alongside utilities for translating Ethereum Name Service domain nam
A transparent gateway on top of Ethereum nodes for load-balancing, permissions checking.