Try it live at purestake.github.io/algosigner-dapp-example/
A sample dApp demonstrating integration with the AlgoSigner Wallet.
Demonstrates several standard scenarios:
- Connect to a wallet and use connection to query the blockchain
- Create a payment transaction and have the user sign it
- Create a new asset and have the user sign the configuration transaction
- Create an opt-in to an asset transaction for the user to sign
- Signed transaction binary blob is encoded in base64 when returned by the extension, in addition to the standard encoding the Algorand SDK performs. No extra steps are required to send it through AlgoSigner - which expects and requires the base64 encoding of the binary blob.
- Chrome Browser
- Install of AlgoSigner - Chrome Store
- Imported or Created TestNet Wallet in AlgoSigner - dApp example uses the first returned
- Visit the dApp live or host it yourself.*
- A simple self hosted solution is to copy/clone the repo locally and run
python3 -m http.server 9000
from the directory