OpenCerts / admin-website-v2

Reference UI for viewing and administration of certificates
https://new.admin.opencerts.io/
1 stars 1 forks source link

List all deployed document store #34

Open Nebulis opened 3 years ago

Nebulis commented 3 years ago

Is it possible ?

ChenRen93 commented 3 years ago

This is possible. I have just created this function, I am thinking of changing the document store textbox to a combo box, then in addition I can validate the document-store using this as well.

Nebulis commented 3 years ago

Combo box can. Possible to display the name of the doc store?

ChenRen93 commented 3 years ago

yes, i can use combobox/datalist to display all the document store created by the active wallet.

Nebulis commented 3 years ago

Let's go then

ChenRen93 commented 3 years ago

Dated : 24 August 2021

Method tried : getLogs() is able to find the deployed document store. however, this method is limited to retrieving the document store contracts that are of the ^0.5.12 version. it will an issue to retrieval of a contract of the older version and will cause an issue if there is an upgrade on the upcoming/future contracts refactoring.

Dated at this point, there is no library that can directly retrieve the deployed document store or any methods to retrieve without any complication. This feature will be ice-box till DLT libraries are advanced or further revisit in future.

Nebulis commented 3 years ago

let's keep it open :)