magitek

magitek

A comprehensive resource for developers looking to explore the intersection JavaScript and Blockchain technologies. Our collection of articles, tutorials, and guides covers a broad range of topics, from the basics of blockchain development with JavaScript to advanced topics like decentralized application (dApp) design, smart contract development, and more.


Simplifying Blockchain Communication with @hyperbitjs/rpc

27 Feb 2023 2 minute read 0 comments magitek

If 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 blockchain node and handle the responses in your applicati...

How to setup an RPC API for a Blockchain Node

24 Feb 2023 2 minute read 0 comments magitek

RPC (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 programmatically. In this tutorial, using Bitcoin, we will w...