Skip to content

Connect to the Portal network#

Connecting to the current Portal network is as easy as running following command:

./build/fluffy --rpc

This will connect to the public Portal testnet which contains nodes of the different clients.

Note

Default the Fluffy node will connect to the bootstrap nodes of the public testnet.

When testing locally the --portal-network:none option can be provided to avoid connecting to any of the testnet bootstrap nodes.

The --rpc option will also enable the different JSON-RPC interfaces through which you can access the Portal Network.

Fluffy fully supports the Portal Network JSON-RPC Specification.

Fluffy also supports a small subset of the Execution JSON-RPC API.

Note

The end goal is to be able to fully support the Execution JSON-RPC API, however currently not all Portal networks are specified, implemented or rolled out to be able to provide this.