solana-resilience-kit 0.1.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# solana-resilience-kit
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/solana-resilience-kit)
|
|
4
|
+
[](https://www.npmjs.com/package/solana-resilience-kit)
|
|
5
|
+
[](https://www.npmjs.com/package/solana-resilience-kit)
|
|
6
|
+
[](./LICENSE)
|
|
7
|
+
|
|
3
8
|
A vendor-neutral, **client-side resilience and observability layer for Solana dApps**, built on `@solana/kit` (web3.js v2). It unifies the reliability work that is today either left as a do-it-yourself recipe by the official SDK or locked inside a single provider: health-aware multi-RPC failover, a correct transaction send/confirm state machine, simulate-based fee/CU estimation, Jito/MEV routing with automatic RPC fallback, and standardized OpenTelemetry/Datadog telemetry — behind one clean API that works on top of any set of providers.
|
|
4
9
|
|
|
5
10
|
> **🔬 Live demo: [solana-rpc-sdk.pages.dev](https://solana-rpc-sdk.pages.dev)** — the *RPC Resilience Lab* runs the real SDK in your browser: inject faults against the simulation harness, flip the kit on/off to compare landing rates, or connect a wallet and land a real transaction on devnet. ([source](./demo))
|
package/package.json
CHANGED