Skip to content

Algo-Foundry/demo-wallet-connectors

Repository files navigation

Wallet Connector Demo

This demo showcases the available wallet connectors for Algorand Dapps. They include,

  1. Pera Algo Wallet
  2. Defly Wallet
  3. Walletconnect
  4. Sandbox

Walletconnect is previously used to connect to Pera Algo Wallet, but Pera Algo Wallet has since introduced their own library to do the same.

Please create your sender and receiver accounts on those wallets first. Use the dispenser to fund your sender account.

Sandbox

Please ensure that your sandbox is up and running before connecting to sandbox. It will use the first pre defined account on the kmd wallet to send transactions. The network used will be SandNet.

Switching to TestNet

Also, do switch the Algorand network to TestNet on both Pera and Defly app before using the demo.

  • Pera: Settings > Developer Settings > Node Settings > TestNet
  • Defly: More > Preferences > Advanced > Developer Mode > TestNet

Setup instructions

  1. Install packages
yarn install
  1. Copy .env.example to .env.

  2. Set env var

source .env
  1. Run the Dapp on localhost
yarn serve

About

Wallet Connectors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published