Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Document for deploying a contract needs to be updated #359

Open
parunach opened this issue Jun 25, 2017 · 0 comments
Open

Document for deploying a contract needs to be updated #359

parunach opened this issue Jun 25, 2017 · 0 comments

Comments

@parunach
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant