{"id":28070045,"url":"https://github.com/rpcpool/yellowstone-jet","last_synced_at":"2025-11-07T22:04:10.914Z","repository":{"id":273767930,"uuid":"918273581","full_name":"rpcpool/yellowstone-jet","owner":"rpcpool","description":"Solana QUIC transaction sender, with built in proxy and SwQoS support.","archived":false,"fork":false,"pushed_at":"2025-05-01T17:57:37.000Z","size":344,"stargazers_count":12,"open_issues_count":13,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-05-01T18:39:02.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://triton.one","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpcpool.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-17T15:43:15.000Z","updated_at":"2025-04-27T19:45:42.000Z","dependencies_parsed_at":"2025-02-26T14:30:48.148Z","dependency_job_id":"ba133c0b-393b-4955-ae69-3fb05db8bbdc","html_url":"https://github.com/rpcpool/yellowstone-jet","commit_stats":null,"previous_names":["rpcpool/yellowstone-jet"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpcpool%2Fyellowstone-jet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpcpool%2Fyellowstone-jet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpcpool%2Fyellowstone-jet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpcpool%2Fyellowstone-jet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpcpool","download_url":"https://codeload.github.com/rpcpool/yellowstone-jet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253808714,"owners_count":21967586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-12T19:35:56.356Z","updated_at":"2025-11-07T22:04:10.858Z","avatar_url":"https://github.com/rpcpool.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yellowstone Jet\n\nExternal Solana transaction sender implementation.\n\nImplements the Solana QUIC protocol for sending transactions.\n\n## Features:\n\n- Efficient transaction sending, implementing the Solana TPU client in proxy format\n- Detailed configuration of all QUIC related parameters\n- Solana JSONRPC support, with an rpc server that supports sendTransaction\n- Full support for SwQoS\n- Simulation and transaction sanitization support via external RPC\n- Prometheus metrics\n- Dynamic key loading via getIdentity/setIdentity\n- Support for shield policies to determine eligible leaders for transaction forwarding\n- Support for connecting to Triton's Cascade delivery network\n\n## Building\n\n```\ncargo build --release\n```\n\n## Usage\n\n```\nyellowstone-jet --config yellowstone.yaml\n```\n\n## Config file\n\nA sample configuration file can be found [config.yml](https://github.com/rpcpool/yellowstone-jet/blob/main/config.yml)\n\n### Systemd\n\nRunning Jet as a service under SystemD is our recommended approach. A sample systemd file:\n\n```\n[Unit]\nDescription=Yellowstone Jet transaction forwarder\nAfter=network-online.target\nStartLimitInterval=0\nStartLimitIntervalSec=0\n\n[Service]\nType=simple\nUser=yellowstone-jet\nGroup=yellowstone-jet\nPermissionsStartOnly=true\nExecStart=/usr/local/bin/yellowstone-jet --config /etc/yellowstone-jet.yml\n\nEnvironment=RUST_LOG=\"warn\"\n\nSyslogIdentifier=yellowstone-jet\nKillMode=process\nRestart=always\nRestartSec=5\n\nLimitNOFILE=700000\nLimitNPROC=700000\n\nLockPersonality=true\nNoNewPrivileges=true\nPrivateTmp=true\nProtectHome=true\nRemoveIPC=true\nRestrictSUIDSGID=true\n\nProtectSystem=full\n\n[Install]\nWantedBy=multi-user.target\n```\n\n## Attribution\n\nCreated by the greybeards at [Triton One](https://triton.one)\n\nCopyright (C) 2024 Triton One Ltd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpcpool%2Fyellowstone-jet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpcpool%2Fyellowstone-jet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpcpool%2Fyellowstone-jet/lists"}