https://github.com/ivnsch/algo-prompt
Yew component to display Algorand transaction prompts
https://github.com/ivnsch/algo-prompt
algonaut algorand blockchain rust yew-framework
Last synced: about 1 year ago
JSON representation
Yew component to display Algorand transaction prompts
- Host: GitHub
- URL: https://github.com/ivnsch/algo-prompt
- Owner: ivnsch
- License: mit
- Created: 2021-07-12T09:33:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T10:34:10.000Z (almost 5 years ago)
- Last Synced: 2025-04-25T20:59:50.929Z (about 1 year ago)
- Topics: algonaut, algorand, blockchain, rust, yew-framework
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algo-prompt

Yew component to display Algorand transaction prompts.

```rust
use algonaut::transaction::url::LinkableTransaction;
// ...
```
### 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](https://developer.algorand.org/articles/payment-prompts-with-algorand-mobile-wallet/)
[Algorand URI Scheme](https://developer.algorand.org/docs/reference/payment_prompts/)
### Contributing
1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request