https://github.com/0xfourzerofour/token-screener
Cli tool to gather other tokens owned by a solana wallet
https://github.com/0xfourzerofour/token-screener
Last synced: about 1 month ago
JSON representation
Cli tool to gather other tokens owned by a solana wallet
- Host: GitHub
- URL: https://github.com/0xfourzerofour/token-screener
- Owner: 0xfourzerofour
- Created: 2025-02-04T04:01:46.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-04T04:03:05.000Z (3 months ago)
- Last Synced: 2025-02-04T05:18:11.193Z (3 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token screener solana
This is a simple cli tool to gather all the tokens that are sitting in another wallet by passing in the wallet address.
```
cargo run -- --rpc-url https://solana-mainnet.g.alchemy.com/v2/{ALCHEMY_API_KEY} --public-key {WALLET_ADDRESS}
```