The quickest way to get started building on peaq is to use one of our prebuilt SDKs. They offer robust capabilities in DID, RBAC, and Storage - all communicated via the peaq blockchain. Please checkout the official SDK Reference for more detailed information.Documentation Index
Fetch the complete documentation index at: https://docs.peaq.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisite:
- Node.js version at least 16.x, recommended to use the latest one.
Installation:
Create a new JavaScript project and follow the steps below to set up a new instance of the peaq sdk.
After completing these steps the peaq sdk will have been successfully installed at your local Javascript Project. For more information about the capabilities it offers checkout the JavaScript SDK Reference.
Python SDK Quickstart
Prerequisite:
- Python Version 3.8+ installed on your system.
Installation:
Setup Requirements.txt
python-dotenv==1.1.0 to this file to enable environment variables. Install with pip install -r requirements.txt.
