Add Blockchain to Wallet
Add the newly created Avalanche L1 to Core.
In order to add your blockchain to the wallet, you need to have the following information:
- Network RPC URL
- Network Name
- Chain ID
- Network Token Symbol
- Network Token Name
You can find this information in the output of the avalanche blockchain deploy myblockchain
command or by issuing the command avalanche blockchain describe myblockchain
:
Open Add Network Screen
Now, open the Core browser extension and navigate to the screen to add a new network.
Now enter the values from the table of our deployed blockchain.
Make sure you have published the port 9650
in your Codespace.