A user interface to interact with EVM-Lite.
To build and run EVM-Lite Wallet
, download / clone this repository, then simply execute the command:
make
This will install all dependencies and run an electron window
rendering the contents of the built project from the dist
folder.
All accounts created, transactions sent and configuration changes will
be saved to the data directory specified in the Settings tab of the
wallet. The data directory by default with be set to
~/.evmlc
which is the same as
evm-lite-cli
.
If you decide to change the data directory to a new location where
the keystore
folder or the config.toml
file are not present, they will
be generated by default.
Note: The keystore is relative to the configuration file and not the data directory.