Cross-chain OTC swap desk put inside a TEE
otc-server- Server for deposit wallet creation and handling the full swap lifecycle, runs in a TEEmarket-maker- Demo market making bot that responds to RFQs and fills ordersrfq-server- Server that acts as an hub for connecting market makers to users sending RFQs- Bitcoin full node for Bitcoin state validation
- Reth archive node Ethereum chain state validation
On your first run:
cd evm-token-indexer && pnpm i && cd ..
just cache-devnetThen on subsequent runs, just run:
just test