247d1c0a32 | ||
---|---|---|
.github/workflows | ||
cli | ||
ts | ||
.DS_Store | ||
.gitignore | ||
README.md |
README.md
Serum DevTools 🛠️
A developer tooling suite for building on Serum.
Dev Setup
- Get a local validator running
solana-test-validator -r
- Init
serum-dev-tools
CLI in the/cli
directory
cd cli && cargo run -- init
- Deploy
serum-dex
on localnet using the CLI
cd cli && cargo run -- deploy l
- Install node packages and update
dexAddress
in/ts/tests/dev.spec.ts
to the deployed program ID.
cd ts && yarn install
- Run tests
cd ts && yarn test