mmcshinsky (27)in #blockchain • 2 years agoSimplifying Blockchain Communication with @hyperbitjs/rpcIf you're looking for a way to interact with a remote blockchain node, @hyperbitjs/rpc is a straightforward…mmcshinsky (27)in #blockchain • 2 years agoHow to setup an RPC API for a Blockchain NodeRPC (Remote Procedure Call) is a protocol that allows a program to execute code on a remote server. Many blockchain…mmcshinsky (27)in #javascript • 5 years agoMerging JavaScript ObjectsThis article will show you how to merge two or more JavaScript objects into a new object. The new object will contain…