March 2018
Beginner to intermediate
656 pages
20h 9m
English
The Geth JavaScript console can be used to perform various functions. For example, an account can be created by attaching Geth.
Geth can be attached with the running daemon, as shown in the following screenshot:

Once Geth is successfully attached with the running instance of the Ethereum client (in this case, Parity), it will display command prompt >, which provides an interactive command-line interface to interact with the Ethereum client using JavaScript notations.
For example, a new account can be added using the following command in the Geth console:
> personal.newAccount() Passphrase: Repeat passphrase: "0xc64a728a67ba67048b9c160ec39bacc5626761ce" ...
Read now
Unlock full access