Polkadex-Substrate / polkadexTEE-worker

Polkadex Off-chain Orderbook
Apache License 2.0
10 stars 1 forks source link

Make get_balance subscribable via websockets #148

Open Gauthamastro opened 3 years ago

Gauthamastro commented 3 years ago
  1. Authentication should be the same as Openfinex, get random data (x) from the gateway, and send the signature of the message ( #address#x) for verification
  2. Once authenticated, subscribe the client for future updates and send the current free balance and reserved balance for the given assetID
haerdib commented 3 years ago

Is this necessary for the MVP?