🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More
Socket
Book a DemoInstallSign in
Socket

www.github.com/aydinnyunus/wallet-tracker.git

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

www.github.com/aydinnyunus/wallet-tracker.git

Go Modules
Version
v1.1.3
Version published
Created
Source

Contributors Forks Stargazers Issues MIT License LinkedIn


Wallet Tracker CLI


Explore the docs »

· Report Bug · Request Feature

Table of Contents

Getting Started

General information about setting up Wallet Tracker CLI locally

CLI

Installation

go get github.com/aydinnyunus/wallet-tracker

Usage

Track Wallet

After you have install requirements , you can simply track the wallet via:

   $ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse

Track Wallet with Network

If you want to specify network ( you don't need that for now ) use this command:

   $ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse --network BTC

Get All Transactions

If you want to get all transactions from websocket use this command:

   $ wallet-tracker tracker websocket --all

Websocket

Detect Exchanges on Exit Nodes

If you want to Detect Exchanges on Exit Nodes use this command:

   $ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse --detect-exchanges

Start Neodash

If you want to visualize Wallets and Transactions using Neo4J database use this command:

   $ wallet-tracker neodash start

Neodash

Show specific transaction graph.

Specific Transaction

Show all graph database

All database

Get Exchange Wallet

If you want to get exchange wallets use this command:

   $ wallet-tracker redis get --exchanges uniswap --limit 3

Build

Basic building process like the following would suffice.

   $ go build -o wallet-tracker cmd/wallet-tracker/main.go

Downloads

Tarball

  • Download latest-release for your operating system/architecture
  • Unzip binary and place it somewhere in your path
  • Make it executable

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learned, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Contact

FAQs

Package last updated on 23 Jun 2024

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