Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat(backend): implement_launchpad_wallet_grpc_client #238

Closed alex1307 closed 2 years ago

alex1307 commented 2 years ago

Description

Implement wallet grpc cleint and forward the transaction stream to the Tauri front end. The following events should be available:

Motivation and Context The users should be able to see all mined blocks and transactions.

How Has This Been Tested?

Manually. Async subscribe function is created and started along with Launchpad app. Once the app is started the function tries to connect to the wallet instance and prints all received events/transactions.