Missing Market Management Documentation #47
-
Hey Guys , Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Are there any documents where it is mentioned how to set and operate a market?No full documentation but the code examples in https://github.com/MonacoProtocol/sdk/tree/main/examples/cli-admin/src should offer a good starting point. Essentially:
How we can determine the best prices for odds just how like Betdex is doing?
How do we match trades?
We are currently working on documentation/tools to help protocol users better navigate market management but hopefully these answers point you in the right direction. |
Beta Was this translation helpful? Give feedback.
Are there any documents where it is mentioned how to set and operate a market?
No full documentation but the code examples in https://github.com/MonacoProtocol/sdk/tree/main/examples/cli-admin/src should offer a good starting point.
Essentially:
npm run checkRoles
to ensure you have the market role we have given younpm run createMarketVerbose
(mint token being the entry token public key, so your own token on devnet to replace USDT)npm run openMarket
with the market created above