Vaviloff / exp-query-solana-proxy

Use a proxy to query Solana blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Use a proxy to query Solana blockchain

License:Apache License 2.0


Languages

Language:JavaScript 98.7%Language:Shell 1.3%