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.
