Skip to content
This repository was archived by the owner on Jul 10, 2020. It is now read-only.
This repository was archived by the owner on Jul 10, 2020. It is now read-only.

Add UI component with QR-code generation #96

Description

@dpereskokov

Component should allow user to select coin from the set of coin addresses and display appropriate QR-code.

Site owner includes npm module as <script>, gets element TrustQRPay and triggers show method to show modal window.
Example usage:
<TrustQRPay id="tqr" ETH="0x32Be343B94f860124dC4fEe278FDCBD38C102D88" BTC="1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"></TrustQRPay>

or

<TrustQRPay id="tqr" 714="0x32Be343B94f860124dC4fEe278FDCBD38C102D88" 715="1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"></TrustQRPay>

And inside script tag:
document.getElementById("tqr").show()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions