@great_ape77/ethereum-wallet-cli v1.1.0
About The Project
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.
Built With
Getting Started (NPM Package)
You can install the package globally and run it from the terminal
Prerequisites
Installation
Install the package globally
npm install -g @great_ape77/ethereum-wallet-cliRun the wallet
termiwallet
Getting Started (Source Code)
To get started with this project, you can clone the repository and run the project locally
Prerequisites
Installation
Clone the repo
git clone https://github.com/GreatApe77/ethereum-wallet-cliChange directory to the project folder
cd ethereum-wallet-cliInstall NPM packages
npm installRun the project
npm run dev
Getting Started (Docker)
To run the project using Docker, you can use the following commands
Prerequisites
You need to have Docker installed on your machine to run this project. You can download it from here
Install and execute
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
License
Distributed under the MIT License. See LICENSE for more information.