Skip to content

Commit d0f1971

Browse files
lrettigaxic
authored andcommitted
Add warning
From #112
1 parent 15f966f commit d0f1971

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

aleth.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## Aleth (formerly cpp-ethereum)
1+
# Aleth (formerly cpp-ethereum)
2+
3+
**NOTE: this client currently is not supported fully and the instructions here may be wrong.**
24

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

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

8-
### Run Aleth + hera
10+
## Run Aleth + hera
911

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

@@ -39,7 +41,7 @@ The shared library file is located under the `src` directory.
3941
--log-verbosity 4
4042
```
4143

42-
### JSON-RPC over HTTP
44+
## JSON-RPC over HTTP
4345

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

0 commit comments

Comments
 (0)