sputnikvm icon indicating copy to clipboard operation
sputnikvm copied to clipboard

Compability layer to the Ethereum VM C API

Open sorpaas opened this issue 8 years ago • 0 comments

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.

sorpaas avatar Oct 02 '17 04:10 sorpaas