Connecting to Well-known Nodes¶
Mainnet¶
Use mainnet-api.aergo.io and the default port 7845 to connect to a public GRPC server for the mainnet.
docker run --rm aergo/tools aergocli -H mainnet-api.aergo.io blockchain
A public blockchain explorer is available at mainnet.aergoscan.io.
Testnet¶
Use testnet-api.aergo.io and the default port 7845 to connect to a public GRPC server for the testnet.
docker run --rm aergo/tools aergocli -H testnet-api.aergo.io blockchain
A public blockchain explorer is available at testnet.aergoscan.io.
Alpha¶
Use alpha-api.aergo.io and the default port 7845 to connect to a public GRPC server for the alpha network.
docker run --rm aergo/tools aergocli -H alpha-api.aergo.io blockchain
A public blockchain explorer is available at alpha.aergoscan.io.