You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
When I run
curl --data '{"jsonrpc":"2.0","method": "eth_compileSolidity", "params": ["contract Multiply7 { event Print(uint); function multiply(uint input) returns (uint) { Print(input * 7); return input * 7; } }"], "id": 4}' localhost:8000
I get
{"jsonrpc":"2.0","id":4,"error":{"code":-32601,"message":"The method eth_compileSolidity does not exist/is not available"}}
The compileSolidity has been removed. Please update all the documentation to be current.
The text was updated successfully, but these errors were encountered: