A CLI to manage your cryptocurrencies wallet profit
$ npm install -g crypto-wallet-cli
Create a .json file with all your transactions (buy and sell). See transactions-example.json
$ crypto-wallet -p "path/to/json_file.json
-
Clone this repository
$ git clone git@github.com:anajuliabit/crypto-wallet-cli.git
-
Export environment variable API_URL or create .env file (see .env.example)
$ export API_URL=https://api.coingecko.com/api/v3
-
Run
$ npm install
-
Create a .json file with all your transactions (buy and sell). See transactions-example.json
-
Run
$ npm start -- -p /path/to/json_file.json