Skip to content

a CLI tool for managing my crypto portfolio, finding arbitrage opportunities, and setting price alerts.

Notifications You must be signed in to change notification settings

theghostmac/web3trakka

Repository files navigation

web3trakka

My personal CLI tool for managing my crypto portfolio, finding arbitrage opportunities, and setting price alerts.

Opportunities found.

Running the app

Use this Makefile:

  • Run the application locally: make run
  • Run the application in Docker: make docker-up
  • Stop the Docker containers: make docker-down
  • Clean up the built files: make clean

Available commands

  • You can track a crypto pair using the track command.
  • You can set price alerts to buy a pair at a certain price using the alert command.
  • You can also view your portfolio using the view command.
  • You can also find arbitrage opportunities using the arbitrage command, followed by a cryto pair.

To see how a command works, run this to show help:

./web3trakka <command> help

Tracking Crypto Pairs

To track a crypto pair, say ETHUSDT, just run:

make build
# then
./web3trakka track ETHUSDT

About

a CLI tool for managing my crypto portfolio, finding arbitrage opportunities, and setting price alerts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published