I am wondering if I can use node.js and levelup to access a copy of the blockchain database directly.
But from what I can see, I need to know the name of the key(s) before I can get any data, as this is used in the get method of levelup.
However, I have not been able to find out anything about the possible key(s) associated with the values in the key value pairs, so I’m at a loss as to how I might retrieve the data.
Firstly, what are the keys in the key value pairs, and secondly is it possible just to select the first n records?
