Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algorand/walletconnect-example-dapp
Example WalletConnect Dapp on Algorand
https://github.com/algorand/walletconnect-example-dapp
algorand algorand-wallet walletconnect
Last synced: 3 months ago
JSON representation
Example WalletConnect Dapp on Algorand
- Host: GitHub
- URL: https://github.com/algorand/walletconnect-example-dapp
- Owner: algorand
- License: lgpl-3.0
- Fork: true (WalletConnect/walletconnect-example-dapp)
- Created: 2021-08-25T00:07:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T19:43:19.000Z (over 1 year ago)
- Last Synced: 2024-04-28T02:00:12.388Z (9 months ago)
- Topics: algorand, algorand-wallet, walletconnect
- Language: TypeScript
- Homepage: https://algorand.github.io/walletconnect-example-dapp/
- Size: 8.84 MB
- Stars: 21
- Watchers: 2
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-algorand - WalletConnect Example DApp - Algorand WalletConnect demo. (Community Resources / Projects)
- awesome-algorand - WalletConnect Example DApp - Algorand WalletConnect demo (Developer Resources / Open-source Projects and Code Examples)
- awesome-algorand - WalletConnect Example DApp - Algorand WalletConnect demo. (Community Resources / Projects)
README
# WalletConnect V1 Example Dapp
WalletConnect V1 is being sunset, so it is recommended to look at [WalletConnect](https://github.com/WalletConnect) V2 examples for guidance instead of this repo.
## Develop
```bash
npm run start
```## Test
```bash
npm run test
```## Build
```bash
npm run build
```