harmony-dev / beacon-chain-java

Java implementation of Ethereum 2.0 Beacon Chain
Apache License 2.0
34 stars 9 forks source link

Feature/libp2p integration #183

Closed Nashatyrev closed 5 years ago

Nashatyrev commented 5 years ago

Libp2p integration.

Prerequisites: Libp2p-jvm published to local maven repo:

Working scenario (NOTE: either specify different --db-prefix for nodes or start them in different working dirs to avoid db file conflict) :

(Travis failed due to absence of libp2p-jvm artifact)

--db-prefix option added. see usage example above.