Thomas Tran
Thomas Tran
To be updated with the newer version
@csuwildcat > You can add any public key JWK representation you want to the DID Document. See here for some options: https://w3c-ccg.github.io/ld-cryptosuite-registry/ - just remember that it needs to be...
Same issue, I could not see autocomplete display when using modal popup. I tried to change z-index:9999 !important; but did not work
I got the same issues when implement on azure database ledger since the connection of the database is still open and there is no method from the did method core...
In the Azure SQL database ledger implement, I can close the database connection after the test script https://github.com/sekuid/sidetree.js/blob/main/packages/ledger-ms-sqldb/src/__tests__/AzureSqlDbLedger.test.ts However, in the did method , I could not do it as...
Yes, any function in the IBlockchain interface to terminate/shutdown the ledger e.g ``` await this.versionManager.stop(); await this.blockchain.stop(); ```
Hi My default color is white on the background page therefore I need change to style to white background color of the input box and the floating label to dark...
Hi , I means the background of the input, how can you change it to dark color to white color? Also, the input floating label as well. I used bower...
Could we add the flag whether or not hub is required in the deployment? Customer may only need the spoke vnet and did not want to connect to any hub....