Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
From #112
  • Loading branch information
lrettig authored and axic committed Nov 26, 2018
1 parent 15f966f commit d0f1971
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions aleth.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Aleth (formerly cpp-ethereum)
# Aleth (formerly cpp-ethereum)

**NOTE: this client currently is not supported fully and the instructions here may be wrong.**

`aleth`, `alethvm` and `testeth` contain options to run them with [Hera ewasm VM](https://github.com/ewasm/hera):

- `--vm hera` enables Hera only,
- `--evmc fallback=true` enables fallback to EVM 1.0 Interpreter when EVM bytecode is detected (off by default)

### Run Aleth + hera
## Run Aleth + hera

The config is in [ewasm-testnet-aleth-config.json](ewasm-testnet-aleth-config.json).

Expand Down Expand Up @@ -39,7 +41,7 @@ The shared library file is located under the `src` directory.
--log-verbosity 4
```

### JSON-RPC over HTTP
## JSON-RPC over HTTP

Aleth does not have the HTTP server built in, the JSON-RPC requests are served only via an Unix Socket file.
By default, the location of the socket file is `<data-dir>/geth.ipc` (yes, **geth**).
Expand Down

0 comments on commit d0f1971

Please sign in to comment.