Victoria Adedayovictoriaadedayo.hashnode.dev·Feb 18, 2024Nodes and Clients (JSON RPC)The blockchain is a distributed network of computers and these computers are known as nodes. A node is in charge of verifying transactions to update the state of the blockchain. To become a node, you need to run some software programs, known as clien...nodes and clients
Alvaro Lealterminalprogrammer.com·Oct 15, 2023How to use the jsonrpc codec with websockets in GoWebSockets and JSON-RPC are powerful technologies that can significantly enhance real-time communication and data exchange in web applications. WebSockets provide full-duplex communication channels over a single TCP connection, while JSON-RPC is a li...550 readsGo Language
D Ozgur Cakirkayadocak.hashnode.dev·Jun 19, 2023RPC Calls and Their Blockchain Use Cases 🚀RPC stands for Remote Procedure Call 😎, which is a technique for creating distributed, client-server based applications. It allows a computer program to execute a procedure (subroutine) in a different address space (commonly on another computer on a...3 likes·26 readsWeb3