README
Decentralized exchange
Based on the Soroban platform for the Stellar network
Contracts:
Asset-manager - smart contract to store user deposits and execute orders.
Test-token - smart contract for the token asset.
Quick start:
NOTE: Before using any other commands, please run the next commands:
Install rust
Install the wasm32-unknown-unknown target
Install soroban cli
Compile:
Compile wasm targets
Run tests:
Last updated