Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 285 Bytes

exp-query-solana-proxy

An example of using a proxy to query Solana blockchain. The code to query the blockchain is borrowed from a tutorial.

Set a proxy in .env:

HTTP_PROXY=http://user:pass@ip:port

Install and run:

yarn install
node index.mjs <WALLET_ADDRESS>