Update interop instructions [skip ci]

This commit is contained in:
mratsim 2019-09-10 21:05:58 -04:00
parent 6be2e24a8f
commit f4a3e47a61
1 changed files with 4 additions and 3 deletions

View File

@ -9,12 +9,13 @@ Nimbus beacon chain is a research implementation of the beacon chain component o
## Interop (for other Eth2 clients)
A folder with interop specific instruction is available here at [interop](interop).
A branch with interop specific instructions, ncli and scripts to run multiple clients is available in the [interop branch](https://github.com/status-im/nim-beacon-chain/tree/interop) in the [multinet folder](https://github.com/status-im/nim-beacon-chain/tree/interop/multinet).
To save bandwith `export GIT_LFS_SKIP_SMUDGE=1` before cloning the repo.
> ⚠️: The `interop` folder in master is outdated
⚠️ Important: To save bandwith `export GIT_LFS_SKIP_SMUDGE=1` before cloning the repo.
This prevent LFS during regular clones.
## Related
* [status-im/nimbus](https://github.com/status-im/nimbus/): main Nimbus repository - start here to learn more about the Nimbus eco-system