node-init-binary
- NEAR
- Starknet
- ICP
Terminal
merod --node-name node1 init --server-port 2428 --swarm-port 2528
Terminal
merod --node-name node1 init --server-port 2428 --swarm-port 2528 --protocol starknet
Terminal
merod --node-name node1 init --server-port 2428 --swarm-port 2528 --protocol icp
tip
A --protocol
flag defines which chain will be used in the node context. NEAR
is default protocol so it doesn't need to be specified. List of supported
protocols can be found in the
Blockchains integration
Node configuration file contains protocol defined metada.
- NEAR
- Starknet
- ICP
Was this page helpful?