English 中文(简体)
Attaching Wallet to Ganache Blockchain
  • 时间:2024-09-17

Attaching Wallet to Ganache Blockchain


Previous Page Next Page  

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

Network Dropdown

Go to the bottom of the pst. 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 pstening.

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. Cpck 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