This demo showcases the available wallet connectors for Algorand Dapps. They include,
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.
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
.
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
- Install packages
yarn install
-
Copy
.env.example
to.env
. -
Set env var
source .env
- Run the Dapp on localhost
yarn serve