Registry / networking / solana-jsonrpc-core

solana-jsonrpc-core

JSON →
libraryrscratesunverified

Transport agnostic Rust implementation of JSON-RPC 2.0 Specification.

# Cargo.toml [dependencies] solana-jsonrpc-core = "latest"
INSTALL
IMPORT
SIG · SOLANA-JSONRPC-COR
S
solana-jsonrpc-core
networkingrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use solana_jsonrpc_core::Client;

Creates a JSON-RPC client and calls a method.

use solana_jsonrpc_core::Client; fn main() { let client = Client::new("http://localhost:8899"); let result = client.call("getVersion", serde_json::json!([])); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
solana-jsonrpc-core — cargo add solana-jsonrpc-core · libregistry