Skip to content
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

Add wallet connect section to README.md #9

Open
verhovensky opened this issue Jul 28, 2024 · 0 comments
Open

Add wallet connect section to README.md #9

verhovensky opened this issue Jul 28, 2024 · 0 comments

Comments

@verhovensky
Copy link

verhovensky commented Jul 28, 2024

May be we should add section about editing config in src/configs/walletConnect.ts file?
Because if deploying without .env file and VITE_WALLET_CONNECT_PROJECT_ID variable inside it - the error occurs which says VITE_WALLET_CONNECT_PROJECT_ID is undefined.

I suggest the following:

  1. Create account on https://cloud.walletconnect.com/ and create React project
  2. Get your PROJECT_ID
  3. Create .env file with content
VITE_WALLET_CONNECT_PROJECT_ID=<YOUR_PROJECT_ID_HERE>
  1. Run
npm run build
  1. Commit and push changes to repository to trigger GitHub pages development CI Action

PS It seems that app URL should be <your_domain>/docs/index.html and works only after npm run build
PSS Thank you very much for this repository ! It is a great starting point to learn Telegram mini app development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant