https://github.com/davidatwhiletrue/walletconnect-demo
https://github.com/davidatwhiletrue/walletconnect-demo
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidatwhiletrue/walletconnect-demo
- Owner: davidatwhiletrue
- Created: 2024-01-29T10:05:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:01:21.000Z (about 2 years ago)
- Last Synced: 2025-02-25T04:43:17.371Z (over 1 year ago)
- Language: TypeScript
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csprclick-react template
## Install
Congrats! You have successfully created a new React project with CSPR.click!
Please type
```bash
npm start
```
to start developing.
## Build for DEV env
```bash
PUBLIC_URL=/walletconnect-demo npm run build;
```