OpenRelay is an open source relay for the 0x protocol. OpenRelay provides an open, scalable orderbook. Users can post offers for any ERC20 or ERC721 token, or search for trades with other users
0x connect expects messages to be text type instead of binary type.
This may cause problems later if we want to use websocket channels
to send orders around, but for now it will get 0x connect users up
and running.
0x connect expects messages to be text type instead of binary type. This may cause problems later if we want to use websocket channels to send orders around, but for now it will get 0x connect users up and running.