Skip to content

Help understanding side-effects of DID creation #766

Answered by mirceanis
samrae7 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @samrae7,
What you are seeing is correct behavior.
did:ethr is designed to be free to create and not have on-chain activity for onboarding.
Creating an ID using did:ethr is equivalent to creating a new account in a wallet such as Metamask. There is no on-chain activity until you need to change something about the ID.

In the case of did:ethr, with Veramo, you can add or remove keys or services with the basic @veramo/did-manager API.
For these operations a blockchain transaction is needed, which will then be visible on etherscan.
This will require gas, though; so you will have to fund the owner address to be able to perform these operations.

You can read more about did:ethr in the spec

I…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by samrae7
Comment options

You must be logged in to vote
2 replies
@mirceanis
Comment options

@samrae7
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants