project-serum / serum-dex

Project Serum Rust Monorepo
https://projectserum.com
Apache License 2.0
629 stars 329 forks source link

How to add a market (Not list a new market) #177

Open AzmiHbops opened 3 years ago

AzmiHbops commented 3 years ago

I’ve been trying to list a market not on the default list. How can I add a market to my implementation of the dex? Note that it’s not about adding a new token to the DEX but listing an existing martlet on my personal DEX

andreihrs commented 2 years ago

https://github.com/project-serum/anchor/blob/master/tests/swap/tests/utils/index.js - I guess there are plenty of directions here