Sign inSign up

frequencychain/parachain-node-testnet

By frequencychain

•Updated 2 months ago

Image
0

6.1K

frequencychain/parachain-node-testnet repository overview

⁠Frequency for Testnets

Frequency node which connects to Frequency testnets:

  • Frequency Paseo Testnet --chain=frequency-paseo (Default)

To view all available options and arguments:

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

⁠Run Full Node

⁠Frequency Paseo Testnet

Start full chain node that connects to Paseo Testnet network and syncs with warp:

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

⁠Storage

Remember that these 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.

Tag summary

Content type

Image

Digest

sha256:584c71425…

Size

153.9 MB

Last updated

2 months ago

docker pull frequencychain/parachain-node-testnet