Joel Thorstensson
Joel Thorstensson
The documentation should be updated now. Can you give it another try and let us know how it works @on-meetsys?
I think this has something to do with your environment not using the default. Try doing this: ```js import { default: Ceramic } from '@ceramicnetwork/core' ``` If that doesnt' work...
@zachferland @PaulLeCam Any idea why the default may not be available as the top level export when using import? I imagine this only happens for certain setups (usually works in...
What version of IPFS are you using @Hesbon5600 ? This conversation might be relevant to your issue: https://github.com/ceramicnetwork/js-dag-jose/pull/20
Hi @rsoury thanks for starting work on Arweave support! There are a few things to note: * Arweave support needs to be added to CAIP-10, in [CASA namespaces](https://github.com/ChainAgnostic/namespaces) * 3ID...
There will be more documentation coming. For now there is: * https://github.com/w3c-ccg/did-pkh/blob/main/did-pkh-method-draft.md * https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-74.md
Would this work the same for user ENS addresses also? i.e. If I own `oed.gitcoin.eth` my DID would be `did:ens:oed.gitcoin`. Also, ENS right now is only `.eth` but in the...
> In the current spec, there is only on single DID for each target system. @friedger Yes I would say this is by design. If you want to specify an...
No, the domain should be the identifier, not a part of the method. For example you could have `did:https:1.example.com` and `did:https:2.example.com` to achieve the same thing you are suggesting.
> Following your argument, the target system is the DNS system. Yeah I think that's exactly what is intended with this DID method.