Obyte developer resources
Obyte developer resources
Core library
Headless wallet
GUI wallet
Web library
Quick Start
Configuration
Tutorials for newcomers
Payments and transactions
Contracts
Autonomous Agents
Issuing assets on Obyte
Attestation profiles / KYC
Wallet address verification
byteball: protocol URI
Events list
Websocket API
Obyte for merchants
JSON-RPC
Exposing RPC interface
Running RPC service
Powered by GitBook

JSON-RPC

JSON-RPC is a remote procedure call protocol encoded in JSON. It allows multiple calls to be sent to the server which may be answered out of order.
Here are the articles in this section:
Exposing RPC interface
If you are developing a service on Obyte and your programming language is node.js, your best option is to just require()...
Running RPC service
If you run an exchange, you will likely want to interact with your Obyte node via RPC interface.
Previous
Cashback API
Next
Exposing RPC interface
Last updated 4 months ago