9 releases (stable)

1.0.6 Jun 27, 2022
1.0.5 Jun 23, 2022
0.0.3 Jun 1, 2022
0.0.2 May 31, 2022

#20 in #developer-tools

Download history 3/week @ 2024-02-26 88/week @ 2024-04-01

88 downloads per month

Apache-2.0

27KB
256 lines

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

Dependencies

~51–68MB
~1.5M SLoC