Orderbook-based on-chain SPL token swap market
This program is intended for use to build a decentralized exchange (DEX) specialized on SPL token swaps.
program
contains the code for the on-chain programjs
contains the code for the JS/wasm bindings for the on-chain programcranker
contains the code for the associated cranking runtimeDetailed API documentation is available for the program by running cargo doc --open
in the program
directory.
Generated using TypeDoc