tig-foundation / tig-monorepo

TIG is the first coordination protocol designed specifically for algorithmic innovation
https://tig.foundation
21 stars 35 forks source link

What API URL to use? #2

Closed bulbatross closed 3 months ago

bulbatross commented 4 months ago

I am trying to run TIG Browser Benchmarker on my computer. According to its own instructions you are supposed to write this command in the browser console: await benchmarker.setup(, , )

What API URL? I have tried with "https://play.tig.foundation/" and also with "https://play.tig.foundation/benchmarker" but I just get this syntax error saying: "SyntaxError: missing ) after argument list".

What am I misssing?