8 ms·
Maybe I'm misunderstanding this. However - the bottleneck in the blockchain is not the read/writing of the APIs (which might be slow), but the main bottleneck i
by billen 4y ago
Maybe I'm misunderstanding this. However - the bottleneck in the blockchain is not the read/writing of the APIs (which might be slow), but the main bottleneck is the settlement of the chain usually. For example, the settlement of a block on the Bitcoin blockchain takes about 10 mins. No matter how fast you make the throughput of all the APIs, settlement will still be slow. If this is strictly for the historical use case, then I can understand why this might be useful.
Good luck regardless :)
- IanCal 4y agoThis is a service for people building apps on top of the Blockchain state. So history and "what's the current state of X".