codechain-exchange
codechain-exchange copied to clipboard
A decentralized exchange platform for CodeChain
A back-end of the DEX should be able to relay orders and keep them until the taker who wants to fill or partially fill the order appears. We need a...
Strategy: __As a client submit its order, the relayer checks if there is a matching order stored in the order book. Before this, the relayer also checks if the order...
CODEX order watcher is similar to [0x order watcher](https://0xproject.com/wiki#0x-OrderWatcher) * The `OrderWatcher` is a daemon. ~~You can start and stop it from subscribing to order state changes, add orders you...
* find(field) - find order by given field * getOrderBook(range: number, marketPrice: number) - get range number of orders which is placed up or down side on the basis of...
mobile; stack moving Divide the space of the screen and set the layout when it is converted to mobile screen
#### API ``` find(maker?, taker?, makerAsset?, takerAsset?, makerAmount?, takerAmount?): Deal[] ````
I added `makerAddress` field into order's DB model for keeping track of who made an order.
The Morgan library which is request logger middleware for node.js seems good to use. https://github.com/expressjs/morgan Recorded logs will be stored in `/log` directory per day