Zilliqa / kaya

RPC Server for Zilliqa
https://www.zilliqa.com
GNU General Public License v3.0
39 stars 12 forks source link

Sync with the interpreter API #13

Closed edison0xyz closed 6 years ago

edison0xyz commented 6 years ago

Testrpc relies on local scilla interpreter. Developers will have to compile it themselves, and some people might run into problems. This testrpc should ideally work "out-of-the-box".

Developers should be able to choose if they want to build their own scilla-runner from the Scilla source code, or to use the API that we already have.

edison0xyz commented 6 years ago

Working on it in the remote branch interpreter-api. Will require some extensive rework on the async parts.