In this article, we will explore what Remote Procedure Calls are, their context in the current state of Web3, and how to use them in the Cosmos ecosystem.What is a Remote Procedure Call?In distributed computing environments an RPC is the process where a program requests the execution of a subroutine located in another computer or network, also referred to as address space, without needing to understand the network details. RPC is based on the client-server model, the requesting program, the c...