serum-dev-tools

Crates.ioserum-dev-tools
lib.rsserum-dev-tools
version1.0.6
sourcesrc
created_at2022-05-30 16:03:32.283459
updated_at2022-06-27 21:41:53.530828
descriptionDeveloper Tooling Suite for building on Serum Dex
homepagehttps://github.com/project-serum/serum-dev-tools
repositoryhttps://github.com/project-serum/serum-dev-tools
max_upload_size
id597050
size104,712
Sayantan Karmakar (sayantank)

documentation

README

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

Commit count: 91

cargo fmt