Hacker News new | ask | show | jobs
by joshuakelly 1289 days ago
This seems to implement the same JSON RPC interface as Geth, so it should be a drop in replacement RPC. I wonder how you are thinking about potential customers here?

I wonder further if there is an intermediate solution in this space where chainstate was denormalized into sqlite. How much of the read-only JSON RPC could be implemented with a sqlite over http approach?

Would also be curious to read more about the technical details here. What the application architecture is, for example.