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

Lists

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
```