alchemy-ci-integration
Installation
SKILL.md
Alchemy CI Integration
Overview
CI/CD pipeline for Alchemy-powered dApps with Hardhat mainnet fork testing, Sepolia deployment, and contract verification.
Instructions
Step 1: GitHub Actions Workflow
# .github/workflows/web3-ci.yml
name: Web3 CI
on:
push:
branches: [main, develop]
pull_request:
Related skills