Jacob Creech 47284f8f0b v0.31.1 (#3666) 5 месяцев назад
..
migrations 4bef8c40ef Switch to using @coral-xyz/anchor packages (#2318) 2 лет назад
prebuilt-programs 020a304658 Upgrade Solana to v2 and SPL to the latest (#3219) 1 год назад
programs 8d52c1c244 spl: Remove `dex` feature (#3257) 1 год назад
tests 4bef8c40ef Switch to using @coral-xyz/anchor packages (#2318) 2 лет назад
Anchor.toml 020a304658 Upgrade Solana to v2 and SPL to the latest (#3219) 1 год назад
Cargo.toml a423f7855b cli: Require explicit `overflow-checks` flag (#2716) 1 год назад
README.md 5d8b4765f2 Add /tests dir (#676) 4 лет назад
package.json 47284f8f0b v0.31.1 (#3666) 5 месяцев назад

README.md

Swap

An example swap program that provides a convenient API to the Serum orderbook for performing instantly settled token swaps.

Usage

This example requires building the Serum DEX from source, which is done using git submodules.

Install Submodules

Pull the source

git submodule init
git submodule update

Build the DEX

Build it

cd deps/serum-dex/dex/ && cargo build-bpf && cd ../../../

Run the Test

Run the test

anchor test