Table of Contents
This is a simple terminal wallet for managing your finances. Its functionality is inspired by the popular Browser extension MetaMask, which allows users to interact with the Ethereum blockchain. This project is a terminal wallet that allows users to manage their finances in a similar way.
You can install the package globally and run it from the terminal
- 
Install the package globally npm install -g @great_ape77/ethereum-wallet-cli 
- 
Run the wallet termiwallet 
To get started with this project, you can clone the repository and run the project locally
- 
Clone the repo git clone https://github.com/GreatApe77/ethereum-wallet-cli 
- 
Change directory to the project folder cd ethereum-wallet-cli
- 
Install NPM packages npm install 
- 
Run the project npm run dev 
To run the project using Docker, you can use the following commands
You need to have Docker installed on your machine to run this project. You can download it from here
You will run the docker image in interactive mode to interact with the wallet
- 
Build the docker image docker run -it ghcr.io/greatape77/ethereum-wallet-cli:latest 
Distributed under the MIT License. See LICENSE for more information.
 
  