/algorand-walletconnect-example-dapp

Example WalletConnect Dapp on Algorand

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

WalletConnect Example Dapp

This is an example of a WalletConnect Dapp on Algorand. Paired with a wallet that supports WalletConnect on Algorand, such as Pera Wallet, it can be used to demonstrate how WalletConnect works and to test signing different transactions with a wallet.

This demo adheres to ARC-25, which contains the specification for WalletConnect on Algorand.

The latest version of this demo is live at https://jasonpaulos.github.io/algorand-walletconnect-example-dapp/.

If you intend to clone this repo and run it locally, the following two commands will be useful:

Develop

Run a development version of the website. This is useful for testing and hosting the website locally.

npm run start

Build

Build a production version of the website.

npm run build