
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
www.github.com/aydinnyunus/wallet-tracker.git
Advanced tools
Explore the docs »
·
Report Bug
·
Request Feature
General information about setting up Wallet Tracker CLI locally

go get github.com/aydinnyunus/wallet-tracker
After you have install requirements , you can simply track the wallet via:
$ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse
If you want to specify network ( you don't need that for now ) use this command:
$ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse --network BTC
If you want to get all transactions from websocket use this command:
$ wallet-tracker tracker websocket --all

If you want to Detect Exchanges on Exit Nodes use this command:
$ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse --detect-exchanges
If you want to visualize Wallets and Transactions using Neo4J database use this command:
$ wallet-tracker neodash start

Show specific transaction graph.

Show all graph database

If you want to get exchange wallets use this command:
$ wallet-tracker redis get --exchanges uniswap --limit 3
Basic building process like the following would suffice.
$ go build -o wallet-tracker cmd/wallet-tracker/main.go
See the open issues for a list of proposed features (and known issues).
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.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the Apache License 2.0 License. See LICENSE for more information.
FAQs
Unknown package
Did you know?

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.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.