Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Add Support for Prysm's Sapphire Testnet #191

Merged
merged 8 commits into from Dec 5, 2019
Merged

Add Support for Prysm's Sapphire Testnet #191

merged 8 commits into from Dec 5, 2019

Conversation

sorpaas
Copy link
Member

@sorpaas sorpaas commented Dec 5, 2019

This adds basic support for syncing with Prysm's Sapphire testnet. To test this out, you will need to run a local Prysm node:

docker run --rm -v $HOME/workspace/prysm-data:/data -p 4000:4000 -p 13000:13000 --name beacon-node gcr.io/prysmaticlabs/prysm/beacon-chain:latest --datadir=/data

Run Shasper with --chain sapphire flag and specify the prysm node as one of the local node to connect to.

RUST_BACKTRACE=1 RUST_LOG=info cargo run --release --bin shasper-blockchain -- --chain sapphire --port 3001 --libp2p-nodes /ip4/127.0.0.1/tcp/13000

@sorpaas sorpaas merged commit 4de0611 into master Dec 5, 2019
@sorpaas sorpaas deleted the sp-testnet branch December 5, 2019 18:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant