blokboard/ Open app

THE BUILDING BLOCKS

Node reference

Every block, straight from the app’s node catalog. Find its parameters, ports, and behavior before you connect it.

Core / Flow

Start

Begin a workflow run

Core / Flow

If

Branch using conditions

Core / Flow

Iterate

Run once for every array item

Core / Flow

Merge

Join incoming branches

Core / Flow

Wait

Pause before continuing

Core / Data

Variable

Store a reusable value

Core / Data

Get State

Read this workflow's memory on the current runtime

Core / Data

Set State

Save memory for future runs on this runtime

Core / Data

Delete State

Remove saved workflow memory

Core / Data

Code

Transform data with custom JavaScript

Files / Files

Open file

Load a local file into this run

Files / Files

Read file

Read an opened file by line or all at once

Files / Files

Parse CSV

Convert CSV text into rows

Files / Files

Create file

Create a temporary file for this run

Files / Files

Write file

Add lines to a temporary file

Files / Files

Write CSV

Create a CSV file from rows

Files / Files

Save file

Save a temporary file to your device

Ethereum / Ethereum

ETH balance

Read an Ethereum wallet balance

Ethereum / Ethereum

Ethereum block number

Read the latest block number

Solana / Solana

SOL balance

Read an account balance

Solana / Solana

Token balance

Read a token account

Solana / Solana

Token holdings

List tokens held by a wallet

Solana / Solana

Get transactions

Load confirmed transactions

Solana / Solana

RPC method

Call any Solana RPC method

Solana / Solana

SOL transfer

Sign and send SOL

Solana / Solana

Mint token

Create a Token-2022 mint

Solana / Solana

Token transfer

Sign and send tokens

Solana / Solana

Sign transaction

Sign an encoded transaction

Solana / Solana

Account subscribe

Stream account changes

Solana / Solana

Program subscribe

Stream program account changes

Solana / Solana

Logs subscribe

Stream matching transaction logs

Solana / Solana

Signature subscribe

Wait for signature confirmation

Solana / Pump.fun

Get Pump coin

Read token and bonding curve data

Solana / Pump.fun

Create coin

Launch a Pump Token-2022 coin

Solana / Pump.fun

Swap coin

Buy or sell on the bonding curve

Solana / Pump.fun

Watch new coins

Stream compact creation events

Solana / Pump.fun

Watch graduations

Stream PumpSwap pool migrations

Solana / Pump.fun

Watch trades

Stream all or mint-specific trades

Solana / PumpSwap

Get PumpSwap pool

Read AMM reserves, price, and fees

Solana / PumpSwap

PumpSwap swap

Buy or sell in a graduated pool

Solana / PumpSwap

Watch PumpSwap trades

Stream all or pool-specific swaps

Solana / Raydium

Search Raydium pools

Find pools by token pair and liquidity

Solana / Raydium

Get Raydium pool

Read and verify a pool on-chain

Solana / Raydium

Quote Raydium route

Quote exact-input or exact-output routing

Solana / Raydium

Swap on Raydium

Send an audited CLMM/CPMM exact-input route

Solana / Raydium

Create Raydium CPMM pool

Create a constant-product pool with initial liquidity

Solana / Raydium

Create Raydium CLMM pool

Create a concentrated-liquidity pool and fee tier

Solana / Raydium

Add Raydium CPMM liquidity

Deposit a balanced token pair into a CPMM pool

Solana / Raydium

Remove Raydium CPMM liquidity

Redeem CPMM LP tokens with slippage protection

Solana / Raydium

Open Raydium CLMM position

Open a price-range position with a position NFT

Solana / Raydium

Increase Raydium CLMM position

Add token liquidity to an owned CLMM position

Solana / Raydium

Decrease Raydium CLMM position

Remove a percentage with calculated minimum outputs

Solana / Raydium

Collect Raydium CLMM fees

Collect trading fees and configured position rewards

Solana / Raydium

Close Raydium CLMM position

Close an empty CLMM position NFT

Solana / Raydium

List Raydium positions

Read LP, CLMM NFT, farm, and locked positions

Solana / Raydium

Watch Raydium pools

Stream verified pool-creation transactions

Solana / Raydium

Watch Raydium trades

Stream swaps for one selected pool

Solana / Jupiter

Quote Jupiter route

Quote all Jupiter routing engines

Solana / Jupiter

Swap with Jupiter

Sign and execute the best Jupiter route

Telegram / Telegram

Message subscribe

Listen for incoming text messages

Telegram / Telegram

Send message

Send a message with an optional file

Email / Email

Send email

Send email with optional file attachments

HTTP / HTTP

HTTP request

Call an API with query, body, headers, and auth