ZMOK is an Ethereum JSON RPC API that also serves as a Web3 provider.
It supports applications and tools that require direct Ethereum node interaction without authentication.
Call contract methods and listen for events using standard eth_call and eth_sendTransaction RPC requests.
Retrieve balances, transaction receipts, and block details via eth_getBalance, eth_getTransactionReceipt, and eth_getBlockByNumber.
Use the service as a provider in ethers.js or Web3.js to sign transactions and read state without running a local node.
ZMOK provides a public Ethereum JSON-RPC API and Web3 provider for interacting with the Ethereum blockchain.
Verified reviews from the community shape this listing's rating.
Loading reviews…