Introductions
If you're new to embedded development or web APIs, here are quick primers on the supporting tech the workshops in this section use. None of this is Cardano-specific - these are the general-purpose tools you'll layer Cardano on top of.
- Arduino - the platform you'll write your sketches in.
- ESP32 / D1 Microcontrollers - the boards you'll run them on.
- REST APIs - how the workshops talk to Cardano data providers like Koios, Blockfrost, and Maestro.
For Cardano itself, see the developer portal's Learn → Core Concepts section.
Adapted from the CardanoThings project, originally produced under Project Catalyst Fund 11. Source: github.com/CardanoThings.