| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Direct is an RPC provider for web3. You send JSON-RPC, exactly like you always have — but behind that endpoint is a peer-to-peer network of RPC nodes and a Direct client running right next to your app, working together to make every request faster, more reliable, and cheaper.
No central endpoint. No single point of failure. No code changes — it takes two lines to integrate.
Traditional RPC sends every request through one central endpoint. Direct doesn't. It pairs a peer-to-peer network of RPC nodes with a client that runs next to your app, and the two work together to route each request across the network instead of funneling it through a single point.
You don't have to think about any of that. The client speaks plain JSON-RPC, so your app talks to Direct like it would any endpoint.
See how it all fits together →
Keep documentation focused, current, and easy to skim. Add new Markdown files under docs/ and link them here when they earn their place as an entry point.
| Back | FazBrowse Home | New Git URL |