An open API service indexing awesome lists of open source software.

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

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}
```