Getting Started
Setup the Truffle SDK
Things you’ll need to install the SDK
Prerequisites & Setup
Before you install the Truffle SDK, please ensure your environment is set up correctly. This helps avoid common issues and keeps your Python projects isolated and manageable.
1. Python 3.10+
Make sure you have Python 3.10 or higher installed before proceeding.
2. Create a Virtual Environment
A virtual environment keeps your dependencies isolated. Run:
Activate it:
3. Install the Truffle SDK
With your venv active, run:
Your Python environment is now ready. You can start building with the Truffle SDK!