Update README.md
This commit is contained in:
parent
2fc82de6ab
commit
c57f1ec59b
|
@ -6,4 +6,30 @@ A developer tooling CLI for building on [serum-dex](https://github.com/project-s
|
|||
cargo install serum-dev-tools
|
||||
```
|
||||
|
||||
To get started, check out this guide [here](https://sayantanxyz.hashnode.dev/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](https://www.wordcelclub.com/sayantan.sol/getting-started-with-serum-dex)
|
||||
|
|
Loading…
Reference in New Issue