serum-dev-tools/cli
Sayantan Karmakar 247d1c0a32 bump CLI to v1.0.6 2022-06-28 03:10:39 +05:30
..
src add --version to CLI, bump to v1.0.3 2022-06-14 18:01:23 +05:30
.gitignore solana proram deploy 2022-03-29 12:04:56 +05:30
Cargo.lock bump CLI to v1.0.6 2022-06-28 03:10:39 +05:30
Cargo.toml bump CLI to v1.0.6 2022-06-28 03:10:39 +05:30
README.md Update README.md 2022-06-28 03:10:09 +05:30

README.md

Serum DevTools 🛠️

A developer tooling CLI for building on serum-dex.

cargo install serum-dev-tools

Initialize Workspace

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 Program Address

Get the address at which your Serum Dex program will be deployed to.

serum-dev-tools instance

Deploy

Deploy a Serum Dex program into any cluster of your choice.

serum-dev-tools localnet

For a more detailed guide, check out this article