Am I correct in assuming that hivemind also enables things like more accessibility to light clients such as static sites connecting directly via api calls?
Am I correct in assuming that hivemind also enables things like more accessibility to light clients such as static sites connecting directly via api calls?
That was possible even without hivemind, i.e. by fetching data from public
hived
endpoints, however, even thoughhived
is an awesome piece of software, it's meant to deal effectively with blockchain related tasks, it's not best at serving data at scale. Hivemind fixes that :-)Ah perfect. Thanks for the response.