-
Notifications
You must be signed in to change notification settings - Fork 361
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
feat: added universal-provider-tezos dapp example #696
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@dianasavvatina is attempting to deploy a commit to the WalletConnect Team on Vercel. A member of the Team first needs to authorize it. |
a2b43ab
to
6c1bf27
Compare
@@ -0,0 +1 @@ | |||
FROM node:21-bullseye |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this all .codesandbox/
dir can be removed from the PR
05ce321
to
81204f5
Compare
81204f5
to
1dae318
Compare
replaced by an example where TezosProvider is used: |
Added an example of dApp for Tezos based on
UniversalProvider
.It supports the following operations:
This PR requires PR #5336 which introduces
Tezos
forUniversalProvider