Skip to content

jasonpaulos/algorand-walletconnect-example-dapp

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%