Skip to content
BeClaude

claude-code-crypto-devkit

New
28GitHub TrendingGeneralby ArcticWolfXZ

Crypto 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/claude-code-crypto-devkit.md

3
Invoke in Claude Code
/claude-code-crypto-devkit

Use Cases

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.

Usage Examples

1

/claude-code-crypto-devkit compile --sol mytoken.sol --network sepolia

2

/claude-code-crypto-devkit audit --solana myprogram.so --output report.json

3

/claude-code-crypto-devkit deploy --evm --contract MyNFT.sol --network mainnet --verify

View source on GitHub
testingdeployment

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..