Attaching Wallet to Ganache Blockchain



You have now created a wallet; this wallet is a client interface to the Blockchain. We will attach the wallet to the Ganache Blockchain that you have started in the earlier lesson. To do so, click on the Network dropdown box as shown in the screenshot below −

Network Dropdown

Go to the bottom of the list. You will see an option for “Add Custom Network / Node”. Select this item.

Now, a screen will appear asking for the Ganache server address and the port to which it is listening.

Add Custom Network

Type your Ganache server details – http://127.0.0.1 and Port: 8545. These would be the values set by you in the Ganache server setup. Give a name of your choice to this node. Click on the “Save & Use Custom Node” button. You will see the connected message at the bottom of the screen. At this point, your wallet is successfully connected to the Ganache Blockchain.

You are now ready to deploy the contract on this connected Blockchain.

Advertisements