Request access to enterprise-grade Plume RPC services tailored for performance, reliability, and scale.
When communicating with a Plume RPC node, the Plume client implements a JSON-RPC specification, a communication protocol allowing one to make remote calls and execute them as if they were made locally.
The Plume API allows developers to communicate with the Plume blockchain to build applications. The best way to use the Plume API is to use a web3 library such as ethers.js if using JavaScript or web3.py using Python.