A developer tooling suite for building on Serum.
- Get a local validator running
solana-test-validator -r
- Init
serum-dev-toolsCLI in the/clidirectory
cd cli && cargo run -- init
- Deploy
serum-dexon localnet using the CLI
cd cli && cargo run -- deploy l
- Install node packages and update
dexAddressin/ts/tests/dev.spec.tsto the deployed program ID.
cd ts && yarn install
- Run tests
cd ts && yarn test