codechain-exchange icon indicating copy to clipboard operation
codechain-exchange copied to clipboard

A decentralized exchange platform for CodeChain

Results 31 codechain-exchange issues
Sort by recently updated
recently updated
newest added

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...

db

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...

Matcher :m:

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...

Matcher :m:
orderwatcher :eyes:

* 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...

Matcher :m:

mobile; stack moving Divide the space of the screen and set the layout when it is converted to mobile screen

design

#### API ``` find(maker?, taker?, makerAsset?, takerAsset?, makerAmount?, takerAmount?): Deal[] ````

Matcher :m:

I added `makerAddress` field into order's DB model for keeping track of who made an order.

Matcher :m:

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

Matcher :m:
log