This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Description
Instead of manually crafting also the low-level implementations of the basic contract methods of the protocol, we should try to automatically generate the code using the ABIs and contract class templates as demonstrated by the 0x code generator. While I don't particularly like their implementation we could use it as a starting point for a more customized code generator for our purposes.