initia-appchain-dev
Initia Appchain Dev
Deliver practical guidance for full-stack Initia development: contracts, frontend integration, and appchain operations.
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, module 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 runtime-discovery.md before assuming defaults.
More from restorenode/hackathon-skills
weave
Assists with managing Initia appchains (Interwoven Rollups) using the Weave CLI. This skill helps guide the user through the interactive setup process.
4contract-guide
Expert guide for writing smart contracts on Initia. It helps identify the correct libraries, naming conventions, and deployment patterns for Move, Wasm, and EVM.
4initia-frontend-kit
Provides context to build frontends that integrate with Initia, identifying correct React hooks and provider patterns.
3frontend-kit
Provides context to build frontends that integrate with Initia, identifying correct React hooks and provider patterns.
1