contract-guide
Contract Guide Skill
This skill provides expert guidance for writing smart contracts on Initia. It helps identify the correct libraries, naming conventions, and deployment patterns for Move, Wasm, and EVM.
MoveVM
Project Structure
A typical MoveVM project on Initia has the following structure:
.
├── Move.toml
└── sources
└── *.move
Move.toml: The manifest file that defines the project's metadata, dependencies, and addresses.sources/: The directory containing the Move source code files.
More from restorenode/hackathon-skills
initia-appchain-dev
End-to-end Initia development and operations guide. Use when asked to build Initia smart contracts (MoveVM/WasmVM/EVM), build React frontends (InterwovenKit or EVM direct JSON-RPC), launch or operate Interwoven Rollups with Weave CLI, or debug appchain/transaction integration across these layers.
18weave
Assists with managing Initia appchains (Interwoven Rollups) using the Weave CLI. This skill helps guide the user through the interactive setup process.
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