Vertices Docs
  • Welcome 👨‍💻
  • ⚙️ Vertices SDK
    • Quickstart
      • Unix
        • New account
        • Pay transaction
        • Application call
      • Microcontrollers
        • PlatformIO
        • ESP-IDF
        • Zephyr (soon)
    • API Reference
      • Providers
      • Accounts
      • Events
      • Transactions
      • Applications
    • Porting guide
      • Starting from scratch
      • New vertex
      • HTTP Client
      • Handling events
Powered by GitBook
On this page

Was this helpful?

  1. ⚙️ Vertices SDK

Porting guide

This guide will let you go through the steps to use the Vertices SDK for your project.

PreviousApplicationsNextStarting from scratch

Last updated 3 years ago

Was this helpful?

Taking a look at the diagram below, we can see that some parts need to be reimplemented by the user as they are specific depending on the hardware (and most of the time the underlying libraries).

In this guide, we are going to port the SDK into your project by using an example I am implementing as I write those lines.

Links will be given at the end of each step to provide our implementation of the given step.

The can be used as a template.

full repository