TaifoonTAIFOON
Builders Programme
ONBOARDING / 60 SECONDS

Land. Connect. Drip. Ship.

Five steps to your first Builders Program submission. Each step shows live state from Taifoon Devnet (chainId 36927). When the last dot turns teal, you are ready to claim a bounty.

01 WALLET
02 DEVNET
03 FOON
04 TEMPLATE
05 BOUNTY
STEP 01

Connect a wallet

Use the CONNECT_WALLET button in the top-right. Any EIP-1193 wallet works (MetaMask, Rabby, Phantom in EVM mode, Coinbase, WalletConnect). Your address becomes your contributor identity on the grid chain — irrevocable, non-custodial.

STEP 02

Switch to Taifoon Devnet

Connect a wallet first.

STEP 03

Claim devnet FOON from the faucet

Connect to devnet first.

STEP 04

Fork the adapter template

Three files, one function to implement: decode_event(log) -> dict.

# 1. Fork the template
git clone https://github.com/yawningmonsoon/taifoon-intel-platform.git
cd taifoon-intel-platform/templates/adapter-v1

# 2. Open the three files
$EDITOR manifest.json   # set adapter_id, bounty_id, your wallet
$EDITOR decoder.py      # implement decode_event() — schema in fill_event_v1.json
$EDITOR LICENSE         # MIT default; replace REPLACE_ME with your name
STEP 05

Pick an open bounty

Filter by tier, category, or chain to find one matching your stack. The acceptance criteria on each detail page tell you exactly what the open-mamba reviewers will replay against.