Don't trust sharing your crypto wallet addresses with any websites (like me)?
This simple CLI tool lets you monitor your portfolio locally 👌
-
Rename
src/constant_example.rstosrc/constant.rs -
Fill in your
COINGECKO_API, addresses and rpcs inconstant.rs. Currently, only Ethereum and Optimism are supported, but more networks can be added by howETH_RPC&OP_RPCare inserted inmain.rs -
cargo run🥳
- Configure git hooks by
git config core.hooksPath .hooks
- Total # of tokens owned by all addresses
- Total USD value of your portfolio
- Rust
- ethers-rs
- CoinGecko API
- ❤️