Skip to content

jet-lab/soroban-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Test

You can build and test the code normally with cargo.

cargo test

To get a deployable wasm artifact, you also need the wasm toolchain and the soroban cli. See here: https://soroban.stellar.org/docs/getting-started/setup

soroban contract build --package dex-market

Deploy to a local validator

Run this script to start a local validator in docker and deploy dex_market to it:

./validator.sh

To stop the validator:

./validator.sh stop

Dependencies:

  • docker
  • soroban cli

More info:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published