mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
Update open ethereum. (#290)
* Update open ethereum. * Remove extra line break. * Remove branch comment.
This commit is contained in:
committed by
Bastian Köcher
parent
4ddb8b1e7a
commit
7a71279ab8
+2
-2
@@ -174,13 +174,13 @@ cargo build -p bridge-node
|
||||
cargo build -p ethereum-poa-relay
|
||||
```
|
||||
|
||||
Next you'll need to clone the following [fork of OpenEthereum](https://github.com/HCastano/parity-ethereum).
|
||||
Next you'll need to clone the following [fork of OpenEthereum](https://github.com/paritytech/openethereum).
|
||||
If you're doing development which only involves the Ethereum to Substrate side of the bridge you may
|
||||
use the `master` branch. Otherwise you'll need to checkout the `substrate-builtins-stubs` branch.
|
||||
|
||||
```bash
|
||||
# Should be at the same level as `parity-bridges-common` folder
|
||||
git clone https://github.com/HCastano/parity-ethereum.git openethereum
|
||||
git clone https://github.com/paritytech/openethereum.git openethereum
|
||||
git fetch
|
||||
git checkout substrate-builtins-stubs
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user