Getting started
Install Elarion, get one handler onto the wire, and learn the project layout the generators expect.
This section takes you from an empty solution to a working, source-generated endpoint. Follow the three pages in order — each builds on the last.
Installation
Add the runtime packages and source generators to an application project and an ASP.NET Core host.
Quickstart
Build your first module and handler and call it over a JSON-RPC endpoint — a few minutes, no database.
Project structure
The solution layout and naming conventions the generators rely on, and the dependency direction that keeps your application independent of the host.