Author

Topic: Building a block explorer in node.js (Read 153 times)

legendary
Activity: 4466
Merit: 3391
May 29, 2018, 11:57:13 AM
#2
Check out bcoin. It is a Javascript bitcoin library for node.js and it may be exactly what you are looking for: https://github.com/bcoin-org/bcoin
member
Activity: 183
Merit: 25
May 29, 2018, 10:37:02 AM
#1
What is the best way to go about this?

Should i just run a full node server side and then make rpc requests to localhost to get info?
Or do i need to design a whole database and write the blocks to a specialised file somewhere?
Jump to: