Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.41 KB

File metadata and controls

30 lines (21 loc) · 1.41 KB

Ganache UI tutorial

After installing Ganache desktop and executing it for the first time, home screen will appear. Here user can load an existing workspace (if any exists), create a new custom workspace, or quickstart a blockchain with default options.

The quickstart workspace starts with the below detailed options:

Hostname: 127.0.0.1 - localhost
Port Number: 7545
Network ID: 5777
Automine: true
Error on Tx Failure: true

Account Default Balance: 100
Total Accounts to Generate: 10
Autogenerate HD Mnemonic: false
Lock Accounts: false

Output Logs to File: false
Verbose Logs: false

When creating a new custom workspace users can configure above mentioned options through a UI. Editing an existing workspace will display same screen too.

After starting the configured blockchain, screen shown down below will appear. The main screen always includes an upper navigation bar, which is composed by a set of modules/tabs (1 in image below), information about the blockchain (2), workspace name (3), a button to change the workspace (4), and a button to edit the configuration. Depending on the selected module, the content displayed on the main panel (6 in image below) will change. For instance, if tab Accounts is selected, a list with all existing account will be shown in the main panel.