File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1012The 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
4446Aleth does not have the HTTP server built in, the JSON-RPC requests are served only via an Unix Socket file.
4547By default, the location of the socket file is ` <data-dir>/geth.ipc ` (yes, ** geth** ).
You can’t perform that action at this time.
0 commit comments