initia-appchain-dev
Installation
SKILL.md
Initia Appchain Dev
Deliver practical guidance for full-stack Initia development: contracts, frontend integration, and appchain operations.
Command examples in this file assume the working directory is skill/; use scripts/... paths accordingly.
Intake Questions (Ask First)
Collect missing inputs before implementation:
- Which VM is required (
evm,move,wasm)? - Which network is targeted (
testnetormainnet)? - Is this a fresh rollup launch or operation/debug on an existing rollup?
- For frontend work, is this an EVM JSON-RPC app or an InterwovenKit wallet/bridge app?
- What chain-specific values are known (
chain_id, RPC URL, deployed contract address, denom)?
If critical values are missing, ask concise follow-up questions before generating final code/config.
If chain_id/endpoints/VM are missing, run the discovery flow in references/runtime-discovery.md before assuming defaults.