sputnikvm
sputnikvm copied to clipboard
Compability layer to the Ethereum VM C API
See https://github.com/ethereum/EIPs/issues/56
The inputs/outputs for SputnikVM is mostly the same as the C API specified, except that SputnikVM uses a require error model, while C API uses a callback query model. So a wrapper on SputnikVM will be needed.