Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
General information about setting up Wallet Tracker CLI locally
go install github.com/aydinnyunus/wallet-tracker/cmd/wallet-tracker@latest
git clone https://github.com/aydinnyunus/wallet-tracker
cd wallet-tracker
wallet-tracker neodash start
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
- Download latest-release for your operating system/architecture
- Unzip binary and place it somewhere in your path
- Make it executable
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.
- 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
Distributed under the Apache License 2.0 License. See LICENSE
for more information.