- REST interface and WebSocket support
- Based on the NestJS TypeScript framework (https://docs.nestjs.com/)
- Faucet for eth
- Simple order matching for swap initiation
- Ethereum transaction feeder (separate service)
- Bitcoin transaction feeder (Not finished, good thing to have)
- Library: Set of the useful classes for dapps (/library, /dsrc)
- Bot: Synchronous automatic swapping engine
- AsyncBot: Asynchronous automatic swapping engine using the BeeQueue for horizontal scalling
- MongoDB up to the v3.4.10
- Nodejs up to the v8.12.0
- Full Bitcoin Node (Testnet)
- Full Ethereum node (Testnet)
- node index.js
- node services/index.js
- node bot/index.js
- node asyncbot/index.js