A developer tooling CLI for building on serum-dex.
cargo install serum-dev-tools
This command initializes a "dev-tools" directory within your current working directory, and stores a binary file for Serum Dex to be deployed, as well as a keypair JSON, whose address the program will be deployed to.
serum-dev-tools init
Get the address at which your Serum Dex program will be deployed to.
serum-dev-tools instance
Deploy a Serum Dex program into any cluster of your choice.
serum-dev-tools localnet
For a more detailed guide, check out this article