New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lazycrypto-cli

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazycrypto-cli

A simple CLI app to view cryptocurrency indicators

latest
npmnpm
Version
0.2.14
Version published
Maintainers
1
Created
Source

Crypto Dashboard

A CLI cryptocurrency tracking dashboard with real-time data and technical indicators.

Quick Start

1. Installation

npx lazycrypto-cli@latest

2. Launch and Setup

You will be prompted to add your free LiveCoinWatch api key image

It will be saved in .config/lazycrypto/config.json

You can use the "mini" arg if you are using tmux or zellij to make the terminal split automatically and see a minified version of the price and indicators on top and continue working on the bottom section.

npx lazycrypto-cli@latest mini

3. Indicators

/ / / = going up

\ \ \ = going down

Experimental candle visualization

c=lowest close C=highest close h=highest high B=highest close & high l=lowest low T=lowest low & close

image

3. Buy/Sell

Lazucrypto has an integration with KuCoin API, you can set up your kucoin api key, api passphrase and api secret (stored locally in .config/lazycrypto). Press 'o' to open the order form.

WARNING !!!

WARNING !!!

WARNING !!!

Always use a sub account credentials, not your main one just to be safe If you are going to put your keys in some OSS take some time to investigate and/or review the code!

Supported Cryptocurrencies

Currently configured cryptocurrencies:

  • Bitcoin (BTC)
  • Monero (XMR)
  • Ethereum (ETH)
  • Cardano (ADA)
  • Solana (SOL)
  • Polygon (MATIC)
  • Chainlink (LINK)

Contributing

  • Fork the repository
  • Create a feature branch (git checkout -b feature/amazing-feature)
  • Commit your changes (git commit -m 'Add amazing feature')
  • Push to the branch (git push origin feature/amazing-feature)
  • Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

⚠️ Disclaimer: This application is for informational purposes only. Cryptocurrency investments carry risk. Always do your own research before making investment decisions.

Keywords

crypto

FAQs

Package last updated on 22 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts