BlogHide Resteemsmmcshinsky (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 package that can help. This package provides a convenient way to send requests to a…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 nodes include an RPC interface that allows you to interact with your node…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 the properties of all the objects that were merged together. JavaScript provides…