Packages

Execution Plane JSON-RPC framing and correlation lane.

Current section

Files

Jump to

README.md

# Execution Plane JSON-RPC
<p align="center">
<img src="assets/execution_plane_jsonrpc.svg" width="200" height="200" alt="Execution Plane JSON-RPC logo">
</p>
<p align="center">
<a href="https://github.com/nshkrdotcom/execution_plane"><img alt="GitHub" src="https://img.shields.io/badge/github-nshkrdotcom%2Fexecution_plane-24292f?logo=github"></a>
<a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
</p>
`execution_plane_jsonrpc` owns the lower JSON-RPC framing and correlation lane
below provider semantics.
## Installation
```elixir
def deps do
[
{:execution_plane_jsonrpc, "~> 0.1.0"}
]
end
```
## Guides
The HexDocs menu includes the guide index, installation notes, usage notes,
and publishing checklist for this package.