Helios API/

Example: PicoSwap

This section walks you through building a minimal marketplace dApp using Helios. The full demo is hosted here.

Only the Helios-specific parts are covered (i.e. not the UI, not the wallet interaction, and not the blockchain queries). This example is intended as an alternate introduction to the Helios API, and shouldn't be seen as an authoritative guide on how to write secure dApps.

We assume here that the library has been imported in the following way:

import * as helios from "helios"

Overview