Get Started
Quickstart
Get up and running with your Nexus RPC server in a few simple steps
Install Nexus
Configure Nexus
Send your first request
First, start the server: npm run dev
. And then, open a new terminal window and send a request to the server. You should see a response like: { "jsonrpc": "2.0", "id": 1, "result": "0x11e3b03" }
.
Was this page helpful?