-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
VDA token bridge #5
Comments
In general, bridging tokens between chains can be done using web APIs. Usually, it involves burning & minting tokens. So if we bridge tokens from chain 'A' to chain 'B', tokens are burnt on 'A' and minted on 'B'. |
Wouldn't we want to look at existing cross-chain bridge solution providers and speak to them about support for VDA to bridge from Ethereum to other chains? It's seems like that would be a more secure approach than trying to set up our own bridging contracts. |
I had explained only how the bridging process works. |
We are aiming our Verida Protocol. |
Ok. Just to be clear, we are not building our own blockchain. We need to bridge our ERC20 token to other blockchains (L1 and L2). We will not be building our own bridges, we will be using other, existing bridges. This is not a current priority. |
After discussion with @ITStar10 Key notes:
Next steps:
|
Hey @ITStar10 I’m using ZenHub in GitHub, click this link to join my workspace and see other features available in GitHub or download the ZenHub extension and sign up with your GitHub account. |
Project for bridging the VDA token between Ethereum mainnet and the chosen VDA primary blockchain.
The text was updated successfully, but these errors were encountered: