Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 861 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 861 Bytes

algo-prompt

Continuous integration

Yew component to display Algorand transaction prompts.

ScreenShot

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

Algorand URI Scheme

Contributing

  1. Fork
  2. Commit changes to a branch in your fork
  3. Push your code and make a pull request