sidetree-fabric
sidetree-fabric copied to clipboard
Implementation of Sidetree with a backing Hyperledger Fabric ledger
While i follow the Readme.md step by step: 1. make bddtests 2. cd test/bddtests/fixtures/ 3. docker-compose up –force-recreate(may be this command is docker-compose up --force-recreate) 4. cd test/bddtests 5. DISABLE_COMPOSITION=true...
I'm getting the following TLS/SSL error when trying to invoke the Sidetree REST API at http://localhost:48326/document. _Client sent an HTTP request to an HTTPS server._ Could this be related to...
time="2020-09-17T13:30:59+08:00" level=info msg="... got response: " F--------------- 519 --- Failed steps: Scenario: Attempt to access Sidetree endpoints without providing an auth token # features/did-sidetree.feature:191 And fabric-cli is executed with args...
Update Readme and create relevant documents. Based on https://github.com/trustbloc/sidetree-fabric/issues/375#issuecomment-662847155
It's incorrect to use the HTTPHandler interface defined in sidetree-core-go for all REST endpoints since this is an interface that defines only the DID Sidetree endpoints (and it doesn't include...
Add a REST endpoint to retrieve ledger configuration. The endpoint should support a query syntax similar to https://github.com/trustbloc/fabric-cli-ext/blob/06138e0c534242f0f26bb735a484fba98a89f474/cmd/ledgerconfig/querycmd/querycmd.go#L29.
- enable metadata related to a Sidetree document - metadata must be separated from the document. - Sidetree REST endpoints must be able to apply different security policy. - DCAS...
- Access to create static files - Access to create DIDs - Separate access controls for update methods Access control should support OAuth tokens