Skip to content
B3Pay
GitHubGet started
Products & ecosystem

Everything B3Pay ships is public.

Pick a project to see what it does, how it is built and where the code lives. All four are MIT-licensed and developed in the open.

B3Forge

Beta

Candid-native workflow platform. Compose canister calls into typed workflows in a visual graph editor and run them in the browser.

  • Visual node graph with type-checked bindings
  • Expressions reference prior outputs as $N0.amount
  • Browser execution with a delegated identity
  • Community catalog — publish and fork workflows

Stack

LanguageRust · TypeScript
ModulesRust/WASM compatibility engine
LicenceMIT
RepositoryB3Pay/b3forge
expression.candid
(record {
owner = $N0.recipient_account.owner;
amount = $N1.Ok.amount : nat;
memo = opt $N2.memo
})

Beta

The canister stores and shares workflows. It does not execute them — execution is browser-only.