logoAcademy

Add Blockchain to Wallet

TBD

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 subnet deploy mysubnet' command.

Open Add Network Screen

Now, open the Core browser extension and navigate to the screen to add a new network.

Network RPC URL

Check the output of the 'avalanche subnet deploy mysubnet' command for the RPC URL of your network. Make sure it ends with /rpc.

+-------------------+----------------------------------------------------------------------------------------------------------------------------+
|                                                               mysubnet RPC URLs                                                                |
+-------------------+----------------------------------------------------------------------------------------------------------------------------+
| Localhost         | http://127.0.0.1:9650/ext/bc/mysubnet/rpc                                                                                  |
+                   +----------------------------------------------------------------------------------------------------------------------------+
|                   | http://127.0.0.1:9650/ext/bc/2rrM1F6UNo6soe9UuyAHCHtUNLpGbHSrU4CYzvkv6UspxYFGW5/rpc                                        |
+-------------------+----------------------------------------------------------------------------------------------------------------------------+
| Codespace         | https://ideal-funicular-g4qxwg9pqxxh9gr4-9650.app.github.dev/ext/bc/mysubnet/rpc                                           |
+                   +----------------------------------------------------------------------------------------------------------------------------+
|                   | https://ideal-funicular-g4qxwg9pqxxh9gr4-9650.app.github.dev/ext/bc/2rrM1F6UNo6soe9UuyAHCHtUNLpGbHSrU4CYzvkv6UspxYFGW5/rpc |
+-------------------+----------------------------------------------------------------------------------------------------------------------------+

Make sure you have published the port 9650 in your Codespace.

Copy the Codespace rpc URL and paste it into the Core wallet.

Network Name

Type the name of your Subnet, for example, mysubnet.

Chain ID

If you have been following this tutorial, that should be 99999.

Token Symbol

Any symbol name for your native token, such as TOK.

Token Name

Any name for your native token, such as MyToken.

Updated:

On this page

No Headings
Edit on Github