-
Notifications
You must be signed in to change notification settings - Fork 22
How to add a new network to Explorer
Syed Abbas Abid edited this page Mar 30, 2022
·
2 revisions
This document will explain how to configure a new network locally for explorer.
You need to create a network record in .json file in .local-storage/networks
e.g. ../.local-storage/network/stardust-testnet-4.json
{
"network": "stardust-testnet-4",
"label": "Stardust testnet",
"isHidden": false,
"order": 0,
"provider": "https://api.stardust-testnet.iotaledger.net/",
"permaNodeEndpoint": "https://api.chronicle-2.h.chrysalis-mainnet.iotaledger.net/api/mainnet/",
"feedEndpoint": "mqtt://mqtt.stardust-testnet.iotaledger.net:1883",
"protocolVersion": "chrysalis",
"isEnabled": true,
"description": "Stardust testnet",
"showMarket": true,
"bechHrp": "atoi",
"didExample": ""
}
After adding this file you will need to rebuild and run both the /api and /client and you will be able to see the new added network in the list of networks in header in explorer.