Yew component to display Algorand transaction prompts.
use algonaut::transaction::url::LinkableTransaction;
// ...
<AlgoPrompt transaction=some_transaction()></AlgoPrompt>
algo-prompt = { git = "https://github.com/i-schuetz/algo-prompt", branch = "main" }
cd example
trunk serve --port=3000
Payment prompts with the Algorand mobile wallet
- Fork
- Commit changes to a branch in your fork
- Push your code and make a pull request