Skip to content

Missing Market Management Documentation #47

Answered by druspencer
Akashmathwani asked this question in Q&A
Discussion options

You must be logged in to vote

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 you
  • Edit then run market_create_verbose to include the key information relating to your market (name, lock, outcomes) - you set the mint token when you run npm run createMarketVerbose (mint token being the entry token public key, so your own token on devnet to replace USDT)
  • Run npm run openMarket with the market created above
  • You will then be able to place orders on the market th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Akashmathwani
Comment options

@druspencer
Comment options

Answer selected by druspencer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants