N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Added Button in VS Extension Webview to create Iframe and connect to WalletConnect #141

Closed robliou closed 2 years ago

robliou commented 2 years ago

Added Connect button to Visual Studio Quickstart menu which upon clicking, opens up an Iframe within a Webview which connects to the WalletConnect QR Code page. Upon scanning the QR Code, the user's wallet is connected to the WalletConnect relay server, whereupon they can perform a litany of transactions, such as view wallet balance, and send and receive crypto transactions. Next step is to make these processes available in the side panels.

Note: This pull request is for informational purposes only and will be created in a separate development branch that will later be merged into the master branch upon completion.