A stoploss program that uses vaults to provide asynchronous execution
This example requires building the Serum DEX from source, which is done using git submodules.
Pull the source
git submodule init
git submodule update
Build it
cd deps/dex/ && cargo build-bpf && cd ../../
Run the test
anchor test