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
Installs
1
GitHub Stars
2.2K
First Seen
Apr 13, 2026