# ⚙️ Vertices SDK

- [Quickstart](/vertices-sdk/quickstart.md): Get started with the Vertices SDK in a few easy steps.
- [Unix](/vertices-sdk/quickstart/unix.md): Run the Vertices SDK on your machine.
- [New account](/vertices-sdk/quickstart/unix/new-account.md): The Unix example allows you to create a new random account.
- [Pay transaction](/vertices-sdk/quickstart/unix/pay.md): Make Alice send money to Bob.
- [Application call](/vertices-sdk/quickstart/unix/application-call.md): Interact with a decentralised application: store a value on the blockchain.
- [Microcontrollers](/vertices-sdk/quickstart/microcontrollers.md): Run the Vertices SDK on microcontrollers.
- [PlatformIO](/vertices-sdk/quickstart/microcontrollers/platformio.md): Run the Vertices SDK on the ESP32 using PlatformIO.
- [ESP-IDF](/vertices-sdk/quickstart/microcontrollers/esp-idf.md): Run the Vertices SDK on the ESP32 using the ESP-IDF build system.
- [Zephyr (soon)](/vertices-sdk/quickstart/microcontrollers/zephyr.md): Not supported.
- [API Reference](/vertices-sdk/api-reference.md): Getting into the Vertices SDK
- [Providers](/vertices-sdk/api-reference/providers.md): Instantiate the Vertices library and configure the provider.
- [Accounts](/vertices-sdk/api-reference/accounts.md): Creating accounts that will interact with the blockchain.
- [Events](/vertices-sdk/api-reference/events.md): Asynchronous events
- [Transactions](/vertices-sdk/api-reference/transactions.md)
- [Applications](/vertices-sdk/api-reference/applications.md): Get application data
- [Porting guide](/vertices-sdk/porting-guide.md): This guide will let you go through the steps to use the Vertices SDK for your project.
- [Starting from scratch](/vertices-sdk/porting-guide/starting-from-scratch.md)
- [New vertex](/vertices-sdk/porting-guide/new-vertex.md): Initializing a new vertex.
- [HTTP Client](/vertices-sdk/porting-guide/http-client.md): Providing a custom HTTP implementation for the Vertices SDK
- [Handling events](/vertices-sdk/porting-guide/handling-events.md): Responding to the library's events.
