robotter-ai / serum-dev-tools

Serum Developer Tooling Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serum DevTools 🛠️

A developer tooling suite for building on Serum.

Dev Setup

  1. Get a local validator running
solana-test-validator -r
  1. Init serum-dev-tools CLI in the /cli directory
cd cli && cargo run -- init
  1. Deploy serum-dex on localnet using the CLI
cd cli && cargo run -- deploy l
  1. Install node packages and update dexAddress in /ts/tests/dev.spec.ts to the deployed program ID.
cd ts && yarn install
  1. Run tests
cd ts && yarn test

About

Serum Developer Tooling Suite


Languages

Language:HTML 49.2%Language:CSS 26.8%Language:TypeScript 20.5%Language:Rust 3.5%