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
@@ -177,11 +177,11 @@ Aleth supports EVMC out of the box, but geth not yet.
177
177
178
178
Note that the `/tmp/ewasm-node/4201` directory name above is arbitrary. It just needs to be unique.
179
179
180
-
1. Run geth with hera and connect to the testnet:
180
+
1. Run geth with Hera and connect to the testnet:
181
181
182
182
Use `--vm.ewasm` flag in `geth` to plug in an EVMC VM shared library. Point it to the Hera shared library that you built a moment ago.
183
183
Additional EVMC options can be provided after a comma.
184
-
Hera options are documented in [hera](https://github.com/ewasm/hera).
184
+
Hera options are documented [here](https://github.com/ewasm/hera).
185
185
186
186
Note also the `--etherbase`, `--networkid`, and `--bootnodes` commands, below, and copy them verbatim as these are required to connect to and sync with the Ewasm testnet.
187
187
@@ -241,7 +241,7 @@ This section describes how to run geth node with the [Wagon](http://github.com/g
241
241
242
242
3. Run geth
243
243
244
-
The ewasm interpreter will be activated by default as long as you do not specify a `--vm.ewasm=...` on the command line option.
244
+
The Ewasm interpreter will be activated by default as long as you do not specify a `--vm.ewasm=...` on the command line option.
245
245
246
246
```sh
247
247
> ./geth \
@@ -282,7 +282,7 @@ You'll want to run this using `pm2` as well if you intend to keep it running lon
282
282
283
283
## Tests
284
284
285
-
Learn how to create and run ewasm tests [here](https://github.com/ewasm/tests/blob/06e0c19e117b48adcc6dd07def286d65b7e63f41/src/GeneralStateTestsFiller/stEWASMTests/README.md).
285
+
Learn how to create and run Ewasm tests [here](https://github.com/ewasm/tests/blob/06e0c19e117b48adcc6dd07def286d65b7e63f41/src/GeneralStateTestsFiller/stEWASMTests/README.md).
0 commit comments