Some updates on what we are working on. We continued working on the public sector project. It becomes very clear that we need a Javascript library to easily access the Keva blockchain and database. We took the suggestion of @DukeFerdinand and started a new Javascript library to do exactly that. You can find the library here:
https://github.com/kevacoin-project/keva-api-jsThis new library is immediately helpful to the public sector project. We are now able to hook up the front-end with the Keva blockchain. What is remaining is to add the feature of updating Keva data through scanning the QR code on the web page.
We enhanced the ElectrumX server so that it indexes all the key-value pairs. This allows the new Javascript library to quickly retrieve the value given the key and the namespace Id (similar to Kevacoin Core’s keva_get method). If you are running an ElectrumX server, it is strongly recommended you get this latest update. Database re-sync is required as we are adding new indexes.