Networks

Testnet

A Testnet Hub connects to a sandbox, where dummy messages are broadcast every 10 seconds. You’ll need 4GB RAM and 5 GB of free space to operate a testnet hub.

Set the following variables in your .env file:


FC_NETWORK_ID=2
BOOTSTRAP_NODE=/dns/testnet1.openrealm.social/tcp/2282

Mainnet

A Mainnet Hub connects to the production environment used by all apps on the network. You will need 8GB RAM and 20 GB of disk space to operate a mainnet hub.

Update the .env file in your hub directory with the network ID and bootstrap nodes.

FC_NETWORK_ID=1
BOOTSTRAP_NODE=/dns/nemes.openrealm.social/tcp/2282