In this tutorial, we’re gonna build API that allows us to explore the data inside of our Blockchain Network. We will have ability to search the entire Blockchain for a specific Block by Hash, for a specific Transaction by Id. We can also fetch data from our Blockchain Network for a specific User/Address.
Previous Post: How to build Consensus Algorithm for Blockchain Network in Javascript
Continue reading “How to explore Data inside of Blockchain Network in Javascript”