- Install
BloomRPC
https://github.com/bloomrpc/bloomrpc/releases - Download the TDEX
trade.proto
ie.wget https://raw.githubusercontent.com/tdex-network/tdex-protobuf/master/trade.proto
You need to know the provider endpoint first. A public list of providers can be found here
This endpoint will expose TDEX protocol APIs, such as Markets
and Balances
useful to check which trading pairs are listed and which liquidity they have.
TDEX Developers provide an open source tor proxy for Onion providers, to be able to consume easily providers that run behind TOR, in any situation (browser, mobile, terminal etc...)
Anytime you want to call an .onion endpoint from BloomRPC, call like this proxy.tdex.network/<onion_endpoint_without_dot_onion>
xxx[...]
.onion > proxy.tdex.network/xxx[...]
- Open BloomRPC and load the downloaded
trade.proto
with the green plus button. You shoudl see the following
- Fill the endpoint, select TLS (Server Certificate) and switch GRPC slider (shoudl appear WEB).
- Click on
Markets
, Now hit the Play button
- Click on
Balances
, add amarket
object fetched from previous response and hit Play button