Skip to content

direct-dev-project/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Direct.dev Documentation

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.

Start Here

What Makes Direct Different

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.

What You Get

  • Drop-in. It's plain JSON-RPC. Two lines in the browser, or a local endpoint on your backend — no other code changes.
  • No single point of failure. Requests route across many nodes instead of depending on one endpoint.
  • Great performance. Direct connections to nearby nodes, many at once, with popular data served instantly from a local-first cache.
  • Better pricing. Direct buys efficiently across a competitive network of providers and passes the savings on to you.

See how it all fits together →

Contributing

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.

About

Documentation for direct-dev-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors