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
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 resilient Ethereum event listener that bridges your smart contract events and backend microservices
The main features of lmittmann/w3 are: Blockchain SDKs.
Projects with overlapping indexed features include: digitaldonkey/ethereum-php — PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X. ethereum/web3.py — Web3.py is a Python library that provides a comprehensive interface for interacting with the Ethereum blockchain. It… ethworks/ethereum.rb — Ethereum library for the Ruby language. hydroprotocol/ethereum-jsonrpc-gateway — A transparent gateway on top of Ethereum nodes for load-balancing, permissions checking. komputing/kethereum — Kotlin library for Ethereum. consensys/eventeum — A resilient Ethereum event listener that bridges your smart contract events and backend microservices.