evolve-modules
OfficialBuild blockchain modules with Evolve SDK.
Authorevstack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides the tools and guidance to develop custom modules for the Evolve blockchain SDK, enabling developers to create new blockchain functionalities.
Core Features & Use Cases
- Module Development: Write stateless code executors implementing the
AccountCodetrait. - State Management: Utilize compile-time validated storage prefixes with
#[derive(AccountState)]and various collections (Item,Map,Vector). - Function Markers: Define initialization (
#[init]), execution (#[exec]), and query (#[query]) functions with clear environment interactions. - Error Handling & Events: Implement custom errors and emit events for transaction results.
- Testing: Write unit tests with
MockEnvand integration tests withTestApp.
Quick Start
Create a new module by defining a struct with #[derive(AccountState)] and implementing its methods using function markers like #[init], #[exec], and #[query].
Dependency Matrix
Required Modules
None requiredComponents
referencesscripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: evolve-modules Download link: https://github.com/evstack/ev-rs/archive/main.zip#evolve-modules Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.