Note 49-How to make ether transfers

This article environment:

Blockchain version: Ethereum POA alliance chain

Node version: geth 1.9.19

nodejs version: v10.14.0

Operating system: windows 64

 

This article introduces the method of ether transfer on the Ethereum  network  , including tools and codes.

1. Wallet tools

There are two main types of wallet tools:

  1. Mobile wallet: such as imtoken ;
  2. Browser light wallet, such as metamask ;

Their main differences :

  1. The imtoken type of mobile wallet is simple to get started and more convenient to use. Users do not need any technical accumulation and can be installed and used on their mobile phones; metamask type wallets require certain basic knowledge, and the installation and use are more complicated than  imtoken  ;
  2. Imtoken cannot use the private chain, users need to register, and need to apply for currency listing; metamask wallets are more flexible to use and can be perfectly linked to the private chain;

After installing the wallet, you can create your own account. Both types of wallets can easily perform ether transfer operations.

 

Guess you like

Origin blog.csdn.net/wonderBlock/article/details/111714759