Polygon Blockchain Transactions
Simulated Polygon RPC endpoint — contract registrations and transactions
Network:
Polygon Amoy Testnet
Chain ID: 80002
RPC Endpoint:
/api/polygon/rpc
Transactions (0)
No blockchain transactions yet.
Transactions appear when auth-service sends transactions via POST /api/polygon/rpc
Configure POLYGON_RPC_URL_TESTNET=http://localhost:3100/api/polygon/rpc in auth-service
Contract Signing
Auth-service signs a contract and calls PolygonService.sendMinimalTransaction() to register the hash on-chain.
RPC Simulated
The simulator intercepts all JSON-RPC calls (eth_sendRawTransaction, eth_getTransactionReceipt, etc.) and returns mock responses.
Transaction Stored
Each transaction is decoded and stored with its metadata (contract hash, user ID, etc.) for inspection in this panel.