APIs
Quai Network's node APIs enable developers to interact with the network, allowing them to retrieve information, submit transactions, and execute smart contract functions. These APIs are essential for building decentralized applications and services on top of Quai.
Every Quai Network client implements the JSON-RPC specification to provide a uniform set of methods and calls for developers to utilize in their applications.
Individual remote procedure calls (RPCs) are incredibly useful for single or small batch queries but can be cumbersome and far too verbose for large applications. There are a number of convenience libraries that abstract out JSON-RPC via simplified one-line methods specifically designed for usage in javascript based decentralized applications.
Last modified 23d ago