5 minute matchmaker
Getting connected
This is a quick intro, to get started with a matchmaker right away:
1️⃣ Register Account: Register an account here
2️⃣ Download sample: Download the Python reference implementation here and enter your credentials shown in the console.
3️⃣ Run the code: Just fire up the code and start testing your own 1v1 matchmaker
info
This initial matchmaker is set up for easy testing. The target-waiting-time is set to 1 second, which will give you immediate results and make testing the functionalities simple. However, for productive purposes we recommend adjusting target-waiting-time. See Next steps