claude-code-crypto-devkit
NewCrypto toolkit for Claude Code and Codex on macOS: build, test, audit, and deploy EVM and Solana smart contracts.
Summary
This skill equips Claude Code and Codex on macOS with a comprehensive crypto development toolkit for building, testing, auditing, and deploying smart contracts on EVM and Solana blockchains.
- It streamlines the entire smart contract lifecycle, from writing and compiling Solidity or Rust code to running security audits and deploying to testnets or mainnets.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/claude-code-crypto-devkit.md
/claude-code-crypto-devkitUse Cases
Usage Examples
/claude-code-crypto-devkit compile --sol mytoken.sol --network sepolia
/claude-code-crypto-devkit audit --solana myprogram.so --output report.json
/claude-code-crypto-devkit deploy --evm --contract MyNFT.sol --network mainnet --verify
Security Audits
Frequently Asked Questions
What is claude-code-crypto-devkit?
This skill equips Claude Code and Codex on macOS with a comprehensive crypto development toolkit for building, testing, auditing, and deploying smart contracts on EVM and Solana blockchains. It streamlines the entire smart contract lifecycle, from writing and compiling Solidity or Rust code to running security audits and deploying to testnets or mainnets.
How to install claude-code-crypto-devkit?
To install claude-code-crypto-devkit: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-code-crypto-devkit.md. Finally, /claude-code-crypto-devkit in Claude Code.
What is claude-code-crypto-devkit best for?
claude-code-crypto-devkit is a other categorized under General. It is designed for: testing, deployment. Created by ArcticWolfXZ.
What can I use claude-code-crypto-devkit for?
claude-code-crypto-devkit is useful for: Compile and test a Solidity smart contract for an ERC-20 token on an EVM-compatible chain.; Run a security audit on a Solana program written in Rust to identify common vulnerabilities.; Deploy a verified smart contract to the Ethereum Sepolia testnet using a single command.; Generate and manage cryptographic keypairs for Solana CLI interactions.; Estimate gas costs for an EVM contract deployment and optimize the code for lower fees.; Interact with a deployed contract (e.g., call read/write functions) directly from the terminal..