5 minute matchmaker
This is a quick intro, to get started with a matchmaker right away.
This intro skips all non-essential steps and gets you connected to Idem with some sample code right away. To do a more thorough start into Idem, start at ② Setup & configuration and work your way down.
① Register Account: Register an account here
② Download sample: Download the Python reference implementation
here and enter your username and password shown in the console under the Keys tab in the file called config.py
for the respective placeholders username
and password
.
③ Run the code: Just fire up the code and start testing your own 1v1 matchmaker
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.