Skip to content

Setting Up a Development Environment⚓︎

This page lists the dependencies required to run the tutorials in this documentation and explains how to run them.

Select the language you prefer:

PrerequisitesPython 3.9.2 or later
Installation Install the Symbol SDK with:
pip install symbol-sdk-python
Running the Sample Code Download a sample and run it with:
python hello-world.py

PrerequisitesAny actively supported version of Node.js
Installation Create a project folder and install the Symbol SDK as a dependency:
mkdir symbol-dev && cd symbol-dev
npm init -y
npm install symbol-sdk
Running the Sample Code Download a sample and run it with:
node hello-world.mjs

Next Steps⚓︎