Getting test market public keys #45
-
Where do we get the test market public keys that are created each day? I tried running P.S. I have submitted a request for an admin operator role. Would love to test out the market creation mechanism in my prediction market project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @bryantanjw thanks for your query. The marketPk in the docs is an example, to find currently open markets you can run this code from the cli-examples:
This will return all open markets for the You can also run:
This will return all open markets, for all mint tokens. For example, BetDEX have some test markets on devnet with their BetCoin token available from their Beta site. There was an issue with example market creation which I've now resolved. |
Beta Was this translation helpful? Give feedback.
Hi @bryantanjw thanks for your query. The marketPk in the docs is an example, to find currently open markets you can run this code from the cli-examples:
This will return all open markets for the
WINS
token that you were sent.You can also run:
This will return all open markets, for all mint tokens. For example, BetDEX have some test markets on devnet with their BetCoin token available from their Beta site.
There was an issue with example market creation which I've now resolved.