mit-dci / opencx

An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
MIT License
202 stars 63 forks source link

Better encoding/decoding #9

Open Rjected opened 5 years ago

Rjected commented 5 years ago

Need to figure out a better way for encoding/decoding. Right now we only really need to decode one thing from bytes, AuctionOrder, but it's good practice to have a standard way to encode and decode various things we might want to send over the wire.