NoteGio / openrelay

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
Other
159 stars 56 forks source link

Use text data type instead of binary #160

Closed AusIV closed 5 years ago

AusIV commented 5 years ago

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.