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