Skip to content

trezm/serum-dev-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 49.7%
  • CSS 27.1%
  • TypeScript 19.7%
  • Rust 3.5%