Sign inSign up

frequencychain/parachain-node-rococo

By frequencychain

•Updated over 2 years ago

Docker images for the Frequency parachain Rococo node.

Image
0

3.6K

frequencychain/parachain-node-rococo repository overview

⁠Frequency Parachain Node for Rococo Testnet

Frequency parachain node which connects to the public Rococo testnet network.

⁠Run Full Node

Start full chain node that connects to Rococo Testnet network:

docker run -p 9944:9944 -p 30333:30333 frequencychain/parachain-node-rococo:<version.tag> \
    --base-path=/chain-data \
    --rpc-external \
    --rpc-cors=all \
    --rpc-methods=safe

Remember that parachain nodes contain a full node of the relay chain as well, so plan available storage size accordingly.

Using Volumes⁠ or Bind Mounts⁠ is suggested to maintain the --base-path between restarts.

To view all available options and arguments:

docker run --rm frequencychain/parachain-node-rococo:<version.tag> --help

Tag summary

Content type

Image

Digest

sha256:7b596a17a…

Size

63.7 MB

Last updated

over 2 years ago

docker pull frequencychain/parachain-node-rococo