Skip to content

Commit d7f3ccd

Browse files
authored
Merge pull request #133 from ewasm/naming
Consistent use of Ewasm and Hera
2 parents 1f83fa4 + 8ba4eb5 commit d7f3ccd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The team also hosts a (roughly) fortnightly public "Ewasm community hangout" cal
3737

3838
## Differences from mainnet
3939

40-
The Ewasm testnet supports executing EVM 1.0 (Byzantium) bytecode **and** ewasm bytecode. The chain id is set to 0x42 (decimal 66).
40+
The Ewasm testnet supports executing EVM 1.0 (Byzantium) bytecode **and** Ewasm bytecode. The chain id is set to 0x42 (decimal 66).
4141

4242
There are two further technical differences:
4343

@@ -135,14 +135,14 @@ The genesis is in [ewasm-testnet-geth-config.json](ewasm-testnet-geth-config.jso
135135

136136
This section describes how to run geth node with the Hera backend.
137137

138-
The key component to add ewasm to geth is [EVMC](https://github.com/ethereum/evmc).
138+
The key component to add Ewasm to geth is [EVMC](https://github.com/ethereum/evmc).
139139
Aleth supports EVMC out of the box, but geth not yet.
140140

141141
1. Build geth with EVMC
142142

143143
Clone the [the ewasm geth fork](https://github.com/ewasm/go-ethereum):
144144

145-
Geth for ewasm testnet is released regularly by tagging the above fork with `ewasm-testnet-milestoneX`, where
145+
Geth for Ewasm testnet is released regularly by tagging the above fork with `ewasm-testnet-milestoneX`, where
146146
`X` stands for a milestone number.
147147

148148
(Latest: [`ewasm-testnet-milestone1`](https://github.com/ewasm/go-ethereum/tree/ewasm-testnet-milestone1))
@@ -177,11 +177,11 @@ Aleth supports EVMC out of the box, but geth not yet.
177177

178178
Note that the `/tmp/ewasm-node/4201` directory name above is arbitrary. It just needs to be unique.
179179

180-
1. Run geth with hera and connect to the testnet:
180+
1. Run geth with Hera and connect to the testnet:
181181

182182
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.
183183
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).
185185

186186
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.
187187

@@ -241,7 +241,7 @@ This section describes how to run geth node with the [Wagon](http://github.com/g
241241

242242
3. Run geth
243243

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.
245245

246246
```sh
247247
> ./geth \
@@ -282,7 +282,7 @@ You'll want to run this using `pm2` as well if you intend to keep it running lon
282282

283283
## Tests
284284

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).
286286

287287
## Testnet Faucet
288288

0 commit comments

Comments
 (0)