-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement qr code for base node (#3977)
Description --- Create a QR code for the link `tari://base_nodes/add&name=NODE_ID&peer=PEER` Where PEER is a formatted string: PublicKey::PublicAddress Motivation and Context --- Users should be able easy to add a base node just scanning the QR printed in base node console. How Has This Been Tested? --- Manually, running the `tari_base_node` and scanning the QR using the Aurora app. The base node should be listed if everything is correct.
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters