B3PayDocsB3Forge
Skip to content
B3Forge/Getting started/Your first workflow

Your first workflow

Build a two-node workflow that reads from one canister and writes to another, then run it against a local replica.

Outline — not yet written

A start-to-finish walkthrough: adding a canister, placing two nodes, binding the second node's input to the first node's output, and running it.

Until it is written, the source of truth is B3Pay/b3forge.

Before you start

Add a canister

Place the nodes

Bind an input

Run it