rpc

Gentle introduction to Remote Procedure Calls (RPCs) in the Cosmos ecosystem

Introduction Remote procedure calls (RPCs) are the ability of one program to call a subroutine or function that is located in another program and has been given an address. At a high level, this means that we can make a request to another computer (e.g., a different process on the same computer or a …