We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mainnet reported on sepolia
$ curl -H "Content-Type: application/json" -d '{"id":"1", "jsonrpc":"2.0", "method":"did_resolveDid", "params":{ "publicKey":"0x12345679abcdef" }}' http:///localhost:8080 { "jsonrpc": "2.0", "result": { "didDocumentMetadata": { "deactivated": false, "versionId": 4918526, "updated": "2023-12-19T17:54:12Z" }, "didResolutionMetadata": { "contentType": "application/did+ld+json" }, "didDocument": { "@context": [ "https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v2" ], "id": "did:ethr:mainnet:0x12345679abcdef", "verificationMethod": [ { "id": "did:ethr:mainnet:0x12345679abcdef#controller", "controller": "did:ethr:mainnet:0x12345679abcdef", "type": "EcdsaSecp256k1VerificationKey2019", "blockchainAccountId": "0x12345679abcdef" } ] } }, "id": 1 }
RPC connection should be used for default network information or network should not be defaulted when it is not known.
No response
The text was updated successfully, but these errors were encountered:
37ng
No branches or pull requests
Describe the bug
mainnet reported on sepolia
Expected behavior
RPC connection should be used for default network information or network should not be defaulted when it is not known.
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: