klever-dev

Build, test, and deploy Klever blockchain applications with Rust/WASM smart contracts.

31|5|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/klever-io/mcp-klever-vm --skill klever-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klever-dev
Source: https://github.com/klever-io/mcp-klever-vm/tree/main/docs
Command: npx skills add https://github.com/klever-io/mcp-klever-vm --skill klever-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a cohesive, end-to-end reference for building, deploying, and interacting with Klever blockchain applications, consolidating patterns, tooling, and best practices into a single guide.

Core Features & Use Cases

  • End-to-end Klever development workflow including Rust/WASM smart contracts, client SDK usage (@klever/connect, klever-go-sdk), and MCP tooling.
  • Deployment and management with ksc and koperator, covering testnet and mainnet scenarios.
  • MCP-integrated knowledge base for reliable reference, templates, and automation scripts to accelerate development.

Quick Start

Install or connect to the Klever MCP Server and follow the guided steps to scaffold a Klever project, implement a Rust/WASM contract, deploy with ksc and koperator, and interact with MCP tools.

Frequently Asked Questions about klever-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and deploy Klever blockchain smart contracts using Rust?

To build and deploy Klever blockchain smart contracts, you implement them using Rust/WASM, compile the contracts, and deploy them across testnet and mainnet using the ksc and koperator tooling. The workflow enforces correct imports and secure deployment patterns.

What is the end-to-end workflow for Klever blockchain application development?

The end-to-end workflow for Klever blockchain application development involves scaffolding a project, implementing Rust/WASM smart contracts, deploying with ksc and koperator, and interacting on-chain using client SDKs like @klever/connect or klever-go-sdk alongside MCP tooling.

Can I use MCP tooling for Klever blockchain testnet and mainnet deployment?

Yes, you can use MCP tooling for Klever blockchain testnet and mainnet deployment. The MCP-integrated knowledge base provides reliable templates and automation scripts that guide deployment and management workflows across both network environments.

Does Klever blockchain development support client integration with web and Go SDKs?

Yes, Klever blockchain development supports client integration through the @klever/connect web SDK and the klever-go-sdk. These clients facilitate on-chain interaction and application integration after you deploy your Rust/WASM smart contracts.

Why do I need to enforce correct token handling when deploying Klever smart contracts?

You need to enforce correct token handling when deploying Klever smart contracts to ensure production-ready results and prevent on-chain interaction errors. Secure deployment patterns and correct imports are strictly required for reliable mainnet and testnet operations.