https://github.com/rpcpool/triton-one-rpc-debug-scripts
A collection of scripts that can be used to debug Solana RPC connectivity issues.
https://github.com/rpcpool/triton-one-rpc-debug-scripts
Last synced: 10 months ago
JSON representation
A collection of scripts that can be used to debug Solana RPC connectivity issues.
- Host: GitHub
- URL: https://github.com/rpcpool/triton-one-rpc-debug-scripts
- Owner: rpcpool
- License: mit
- Created: 2022-07-06T12:46:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T14:55:25.000Z (about 1 year ago)
- Last Synced: 2025-01-21T15:46:06.961Z (about 1 year ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 8
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# triton-one-rpc-debug-scripts
A collection of scripts that can be used to debug Solana RPC connectivity issues.
## Client
See the `js`, `ruby`, or `rust` folders for details related to your chosen client. Remember to `cd` into that directory -- do not run the scripts from this top-level folder.
## ENV
Once inside the working directory, copy `.env.sample` to `.env` for setting ENV variables. `RPC_URL` should point to your HTTP ednpoint, For example, `http://127.0.0.1:8899`. The `.env` file should placed inside the `js`, `ruby`, or `rust` folders, not this top-level folder.